We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1696ce0 commit 296adeeCopy full SHA for 296adee
structs.go
@@ -4301,7 +4301,7 @@ type DatastoreHealth struct {
4301
type FileHealth struct {
4302
Create bool `json:"create"`
4303
FileId string `json:"fileId"`
4304
- GetFile bool `json:"get_file"`
+ Upload bool `json:"get_file"`
4305
Delete bool `json:"delete"`
4306
}
4307
@@ -4340,7 +4340,9 @@ type HealthCheck struct {
4340
Updated int64 `json:"updated"`
4341
Apps AppHealth `json:"apps"`
4342
Workflows WorkflowHealth `json:"workflows"`
4343
- PythonApps AppHealth `json:"python_apps"`
+ PythonApps AppHealth `json:"python_apps"`
4344
+ Datastore DatastoreHealth `json:"datastore"`
4345
+ FileOps FileHealth `json:"fileops"`
4346
4347
4348
type HealthCheckDB struct {
0 commit comments