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

Method Connect

bitmap/pb.pb.go:5728–5735  ·  view source on GitHub ↗
(ctx context.Context, in *Member, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

5726}
5727
5728func (c *zeroClient) Connect(ctx context.Context, in *Member, opts ...grpc.CallOption) (*ConnectionState, error) {
5729 out := new(ConnectionState)
5730 err := c.cc.Invoke(ctx, "/pb.Zero/Connect", in, out, opts...)
5731 if err != nil {
5732 return nil, err
5733 }
5734 return out, nil
5735}
5736
5737func (c *zeroClient) UpdateMembership(ctx context.Context, in *Group, opts ...grpc.CallOption) (*api.Payload, error) {
5738 out := new(api.Payload)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected