Documentation ¶
Index ¶
- func HostKey(h string) string
- type Client
- func (c *Client) Close() error
- func (c *Client) CreateSocket() error
- func (c *Client) Decr(stat string, count int64) error
- func (c *Client) Gauge(stat string, value int64) error
- func (c *Client) Incr(stat string, count int64) error
- func (c *Client) String() string
- func (c *Client) Timing(stat string, delta int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateSocket ¶
Click to show internal directories.
Click to hide internal directories.