These 3 endpoints are for handling membership.
(ctx context.Context, in *Member, opts ...grpc.CallOption)
| 5707 | type 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) |
no outgoing calls
no test coverage detected