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

Method MemberRemove

tests/framework/integration/integration.go:418–420  ·  view source on GitHub ↗
(ctx context.Context, id uint64)

Source from the content-addressed store, hash-verified

416}
417
418func (c integrationClient) MemberRemove(ctx context.Context, id uint64) (*clientv3.MemberRemoveResponse, error) {
419 return c.Client.MemberRemove(ctx, id)
420}
421
422func (c integrationClient) MemberList(ctx context.Context, serializable bool) (*clientv3.MemberListResponse, error) {
423 if serializable {

Callers

nothing calls this directly

Calls 1

MemberRemoveMethod · 0.65

Tested by

no test coverage detected