Documentation ¶ Index ¶ type Client func NewClient(rawConfig string) (*Client, error) func (c *Client) Description() string func (c *Client) Instance() component.Instance func (c *Client) SampleConfig() string func (c *Client) Start() error func (c *Client) Stop() error type ClientConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(rawConfig string) (*Client, error) func (*Client) Description ¶ func (c *Client) Description() string func (*Client) Instance ¶ func (c *Client) Instance() component.Instance func (*Client) SampleConfig ¶ func (c *Client) SampleConfig() string func (*Client) Start ¶ func (c *Client) Start() error func (*Client) Stop ¶ func (c *Client) Stop() error type ClientConfig ¶ type ClientConfig struct { Name string `yaml:"name"` Addr string `yaml:"addr"` Password string `yaml:"password"` DB int `yaml:"db"` PoolSize int `yaml:"pool_size"` } Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.