mirror of https://github.com/databricks/cli.git
fmt
This commit is contained in:
parent
e3be64e093
commit
9d2286f248
|
@ -16,7 +16,7 @@ type FrontendLogEntry struct {
|
|||
type DatabricksCliLog struct {
|
||||
ExecutionContext *ExecutionContext `json:"execution_context,omitempty"`
|
||||
|
||||
CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"`
|
||||
BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"`
|
||||
CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"`
|
||||
BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"`
|
||||
BundleDeployEvent *BundleDeployEvent `json:"bundle_deploy_event,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue