These 3 endpoints are for handling membership.
(ctx context.Context, in *Member, opts ...grpc.CallOption)
| 314 | type ZeroClient interface { |
| 315 | // These 3 endpoints are for handling membership. |
| 316 | Connect(ctx context.Context, in *Member, opts ...grpc.CallOption) (*ConnectionState, error) |
| 317 | UpdateMembership(ctx context.Context, in *Group, opts ...grpc.CallOption) (*api.Payload, error) |
| 318 | StreamMembership(ctx context.Context, in *api.Payload, opts ...grpc.CallOption) (Zero_StreamMembershipClient, error) |
| 319 | Oracle(ctx context.Context, in *api.Payload, opts ...grpc.CallOption) (Zero_OracleClient, error) |
no outgoing calls
no test coverage detected