Documentation ¶ Index ¶ type Client func NewEtcdClient(endpoint, caFile, keyFile, certFile string) (*Client, error) func (c *Client) Close() error func (c *Client) Snapshot(ctx context.Context) (io.ReadCloser, error) func (c *Client) Sync(ctx context.Context) error 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 NewEtcdClient ¶ func NewEtcdClient(endpoint, caFile, keyFile, certFile string) (*Client, error) func (*Client) Close ¶ func (c *Client) Close() error func (*Client) Snapshot ¶ func (c *Client) Snapshot(ctx context.Context) (io.ReadCloser, error) func (*Client) Sync ¶ func (c *Client) Sync(ctx context.Context) error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.