mirror of https://github.com/databricks/cli.git
lint'
This commit is contained in:
parent
ff15ced067
commit
3ed58a765b
|
@ -17,6 +17,6 @@ type FrontendLogEntry struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type DatabricksCliLog struct {
|
type DatabricksCliLog struct {
|
||||||
CliTestEvent *events.CliTestEvent `json:"cli_test_event,omitempty"`
|
CliTestEvent *events.CliTestEvent `json:"cli_test_event,omitempty"`
|
||||||
BundleInitEvent *events.BundleInitEvent `json:"bundle_init_event,omitempty"`
|
BundleInitEvent *events.BundleInitEvent `json:"bundle_init_event,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue