Versions in this module Expand all Collapse all v0 v0.0.2 Dec 15, 2020 v0.0.1 Dec 15, 2020 Changes in this version + type Client struct + Addr string + Conn net.Conn + Port int + Version uint64 + func New(addr string, port int, ver uint64) (*Client, error) + func (client *Client) GetStatus() (*pb.Response, error) + func (client *Client) PingServer() time.Duration