Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfigResponse ¶
type AppConfigResponse struct {
Apps []AppConfiguration `json:apps`
}
type AppConfiguration ¶
type AppConfiguration struct { Id string `json:id` HealthChecks []HealthChecks `json:healthChecks` }
type HealthChecks ¶
type HealthChecks struct {
Path string `json:path`
}
Click to show internal directories.
Click to hide internal directories.