Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client ...
type ClientInterface ¶
type ClientInterface interface { Ready(ctx context.Context) (bool, error) Live(ctx context.Context) (bool, error) }
ClientInterface ...
func NewHealthClient ¶
func NewHealthClient(ctx context.Context, config config.Config, livenessValidator Validator) (ClientInterface, error)
NewHealthClient ...
Click to show internal directories.
Click to hide internal directories.