Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2020 Changes in this version + type Client struct + Client health.HealthClient + Conn *grpc.ClientConn + func GetClient(info *service.ConnectionInfo, uuid string) (*Client, error) + func (c *Client) SetStatus(s health.Status) + func (c *Client) StartStream(ctx context.Context, errCallback func(error) bool)