Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthResponse ¶ added in v0.17.0
type InfoEnvLinkResponse ¶
type InfoEnvResponse ¶
type InfoEnvResponse struct {
Banner string `json:"banner,omitempty"`
DefaultAuthService string `json:"default_auth_service,omitempty"`
Metadata map[string]string `json:"metadata,omitempty"`
Name string `json:"name,omitempty"`
Title string `json:"title,omitempty"`
UpdateService string `json:"update_service,omitempty"`
URL string `json:"url"`
}
type InfoResponse ¶
type InfoResponse struct {
Auth *InfoServiceResponse `json:"auth,omitempty"` // deprecated; now listed in services
Env InfoEnvResponse `json:"env"`
Services []InfoServiceResponse `json:"services"`
Version string `json:"version"`
}
type InfoServiceResponse ¶
Click to show internal directories.
Click to hide internal directories.