MCPcopy
hub / github.com/dgraph-io/dgraph / IsPeer

Method IsPeer

protos/pb/pb_grpc.pb.go:46–46  ·  view source on GitHub ↗
(ctx context.Context, in *RaftContext, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

44 RaftMessage(ctx context.Context, opts ...grpc.CallOption) (Raft_RaftMessageClient, error)
45 JoinCluster(ctx context.Context, in *RaftContext, opts ...grpc.CallOption) (*api.Payload, error)
46 IsPeer(ctx context.Context, in *RaftContext, opts ...grpc.CallOption) (*PeerResponse, error)
47}
48
49type raftClient struct {

Callers 4

doSendMessageMethod · 0.95
MonitorHealthMethod · 0.95
isMemberMethod · 0.95
_Raft_IsPeer_HandlerFunction · 0.65

Implementers 3

raftClientprotos/pb/pb_grpc.pb.go
UnimplementedRaftServerprotos/pb/pb_grpc.pb.go
RaftServerconn/raft_server.go

Calls

no outgoing calls

Tested by

no test coverage detected