MCPcopy
hub / github.com/etcd-io/etcd / Client

Method Client

tests/framework/integration/integration.go:125–131  ·  view source on GitHub ↗
(opts ...config.ClientOption)

Source from the content-addressed store, hash-verified

123}
124
125func (c *integrationCluster) Client(opts ...config.ClientOption) (intf.Client, error) {
126 cc, err := c.ClusterClient(c.t, opts...)
127 if err != nil {
128 return nil, err
129 }
130 return integrationClient{Client: cc}, nil
131}
132
133type integrationClient struct {
134 *clientv3.Client

Callers

nothing calls this directly

Calls 1

ClusterClientMethod · 0.80

Tested by

no test coverage detected