(ctx context.Context, in *Member, opts ...grpc.CallOption)
| 5726 | } |
| 5727 | |
| 5728 | func (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 | |
| 5737 | func (c *zeroClient) UpdateMembership(ctx context.Context, in *Group, opts ...grpc.CallOption) (*api.Payload, error) { |
| 5738 | out := new(api.Payload) |
nothing calls this directly
no outgoing calls
no test coverage detected