Versions in this module Expand all Collapse all v1 v1.2.48 Jan 17, 2025 Changes in this version + const DefaultSecond + type Client struct + func New(addr ...string) (*Client, error) + func (c *Client) Close() error + func (c *Client) Get(k string) (resp *etcdcliv3.GetResponse, err error) + func (c *Client) Put(k, v string) (resp *etcdcliv3.PutResponse, err error)