Documentation ¶ Index ¶ func Auth(server string, authMsg *comet.AuthMsg) (xnet.ReaderWriterCloser, error) type Client func (c *Client) Close() error func (c *Client) ReadProto(proto *comet.Proto) (err error) func (c *Client) SetReadDeadline(t time.Time) error func (c *Client) WriteProto(proto *comet.Proto) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Auth ¶ func Auth(server string, authMsg *comet.AuthMsg) (xnet.ReaderWriterCloser, error) Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func (*Client) Close ¶ func (c *Client) Close() error func (*Client) ReadProto ¶ func (c *Client) ReadProto(proto *comet.Proto) (err error) func (*Client) SetReadDeadline ¶ func (c *Client) SetReadDeadline(t time.Time) error func (*Client) WriteProto ¶ func (c *Client) WriteProto(proto *comet.Proto) (err error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.