MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / Connect

Method Connect

bitmap/pb.pb.go:5709–5709  ·  view source on GitHub ↗

These 3 endpoints are for handling membership.

(ctx context.Context, in *Member, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

5707type ZeroClient interface {
5708 // These 3 endpoints are for handling membership.
5709 Connect(ctx context.Context, in *Member, opts ...grpc.CallOption) (*ConnectionState, error)
5710 UpdateMembership(ctx context.Context, in *Group, opts ...grpc.CallOption) (*api.Payload, error)
5711 StreamMembership(ctx context.Context, in *api.Payload, opts ...grpc.CallOption) (Zero_StreamMembershipClient, error)
5712 Oracle(ctx context.Context, in *api.Payload, opts ...grpc.CallOption) (Zero_OracleClient, error)

Callers 2

mainFunction · 0.65
_Zero_Connect_HandlerFunction · 0.65

Implementers 2

zeroClientbitmap/pb.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected