Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CanaryClient ¶
type CanaryClient struct {
// contains filtered or unexported fields
}
func NewCanaryClient ¶
func NewCanaryClient(host string, port uint, canary config.CanaryConfig) *CanaryClient
func (*CanaryClient) Status ¶
func (c *CanaryClient) Status() (bool, error)
type CanaryStatus ¶
type CanaryStatus struct {
Healthy bool `json:"healthy"`
}
Click to show internal directories.
Click to hide internal directories.