Documentation ¶ Index ¶ type Client func (e *Client) Close() error func (e *Client) Config() any func (e *Client) SetEntity() type Config func (c *Config) Build() *clientv3.Client func (c *Config) InitAfterInject() func (c *Config) InitBeforeInject() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { *clientv3.Client Conf Config } func (*Client) Close ¶ func (e *Client) Close() error func (*Client) Config ¶ func (e *Client) Config() any func (*Client) SetEntity ¶ func (e *Client) SetEntity() type Config ¶ type Config clientv3.Config func (*Config) Build ¶ func (c *Config) Build() *clientv3.Client func (*Config) InitAfterInject ¶ func (c *Config) InitAfterInject() func (*Config) InitBeforeInject ¶ func (c *Config) InitBeforeInject() Source Files ¶ View all Source files etcd.go Click to show internal directories. Click to hide internal directories.