mirror of https://github.com/databricks/cli.git
Update libs/telemetry/api.go
Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
This commit is contained in:
parent
cbd3a4860f
commit
57ca88c3f3
|
@ -15,5 +15,5 @@ type ResponseBody struct {
|
||||||
|
|
||||||
type LogError struct {
|
type LogError struct {
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
ErrorType string `json:"ErrorType"`
|
ErrorType string `json:"errorType"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue