Documentation ¶
Index ¶
- Variables
- type Client
- func (c *Client) Close() error
- func (c *Client) FramedTransport()
- func (c *Client) In() thrift.TProtocol
- func (c *Client) IsOpen() bool
- func (c *Client) Open() error
- func (c *Client) Out() thrift.TProtocol
- func (c *Client) SetHeader(headers map[string]string)
- func (c *Client) TClient() thrift.TClient
- type Config
- type Pool
Constants ¶
This section is empty.
Variables ¶
View Source
var TransInvalidateERR = fmt.Errorf("transport invalidate")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) FramedTransport ¶
func (c *Client) FramedTransport()
Click to show internal directories.
Click to hide internal directories.