Documentation ¶
Overview ¶
Package health provides the client side gRPC API for the healthcheck service
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Conn *grpc.ClientConn Client health.HealthClient // contains filtered or unexported fields }
Client holds all the information used to communicate with the server
func GetClient ¶
func GetClient(info *service.ConnectionInfo, uuid string) (*Client, error)
GetClient creates a new health client
Click to show internal directories.
Click to hide internal directories.