Documentation ¶ Index ¶ type Client func NewClient(ip string, port int, use_b64 bool, delim []byte, buf_size int) *Client func (c *Client) Addr() string func (c *Client) Connect() error func (c *Client) Read() (*quickproto.Message, error) func (c *Client) Terminate() error func (c *Client) Write(msg *quickproto.Message) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { IP string PORT int Conn net.Conn Use_Base64 bool Delimiter []byte BUF_SIZE int } func NewClient ¶ func NewClient(ip string, port int, use_b64 bool, delim []byte, buf_size int) *Client func (*Client) Addr ¶ func (c *Client) Addr() string func (*Client) Connect ¶ func (c *Client) Connect() error func (*Client) Read ¶ func (c *Client) Read() (*quickproto.Message, error) func (*Client) Terminate ¶ func (c *Client) Terminate() error func (*Client) Write ¶ func (c *Client) Write(msg *quickproto.Message) error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.