databricks-cli/bundle/config/sync.go

7 lines
127 B
Go
Raw Normal View History

2023-08-14 15:36:37 +00:00
package config
type Sync struct {
Include []string `json:"include,omitempty"`
Exclude []string `json:"exclude,omitempty"`
}