Documentation ¶ Index ¶ type Client func (e *Client) Close() error func (e *Client) Config() any func (e *Client) Init() error type Config func (c *Config) Build() (*clientv3.Client, error) func (c *Config) Init() 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) Init ¶ func (e *Client) Init() error type Config ¶ type Config clientv3.Config func (*Config) Build ¶ func (c *Config) Build() (*clientv3.Client, error) func (*Config) Init ¶ func (c *Config) Init() 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.