mirror of https://github.com/databricks/cli.git
7 lines
127 B
Go
7 lines
127 B
Go
|
package config
|
||
|
|
||
|
type Sync struct {
|
||
|
Include []string `json:"include,omitempty"`
|
||
|
Exclude []string `json:"exclude,omitempty"`
|
||
|
}
|