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

Method MemberRemove

tests/framework/interfaces/interface.go:84–84  ·  view source on GitHub ↗
(ctx context.Context, id uint64)

Source from the content-addressed store, hash-verified

82 MemberAdd(context context.Context, name string, peerAddrs []string) (*clientv3.MemberAddResponse, error)
83 MemberAddAsLearner(context context.Context, name string, peerAddrs []string) (*clientv3.MemberAddResponse, error)
84 MemberRemove(ctx context.Context, id uint64) (*clientv3.MemberRemoveResponse, error)
85
86 Watch(ctx context.Context, key string, opts config.WatchOptions) clientv3.WatchChan
87}

Callers 15

TestIssue2904Function · 0.65
TestConcurrentMoveLeaderFunction · 0.65
TestMemberRemoveFunction · 0.65
ExampleCluster_memberAddFunction · 0.65
RemoveMemberMethod · 0.65
MemberRemoveMethod · 0.65
CloseProcMethod · 0.65
TestAuthMemberRemoveFunction · 0.65
TestMemberRemoveFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestIssue2904Function · 0.52
TestConcurrentMoveLeaderFunction · 0.52
TestMemberRemoveFunction · 0.52
ExampleCluster_memberAddFunction · 0.52
TestAuthMemberRemoveFunction · 0.52
TestMemberRemoveFunction · 0.52
TestMemberReplaceFunction · 0.52
TestReproduce20340Function · 0.52