Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthResponse ¶
type HealthResponse struct {
Detail string `json:"detail"`
}
type HealthResult ¶
type HealthResult struct {
Result HealthResponse `json:"result"`
Error *Error `json:"error"`
}
type StatusClient ¶
type StatusClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ...client.ClientOption) (*StatusClient, error)
func (*StatusClient) Health ¶
func (c *StatusClient) Health() (*HealthResult, error)
Click to show internal directories.
Click to hide internal directories.