(ctx context.Context, req *Member)
| 5871 | } |
| 5872 | |
| 5873 | func (*UnimplementedZeroServer) Connect(ctx context.Context, req *Member) (*ConnectionState, error) { |
| 5874 | return nil, status.Errorf(codes.Unimplemented, "method Connect not implemented") |
| 5875 | } |
| 5876 | func (*UnimplementedZeroServer) UpdateMembership(ctx context.Context, req *Group) (*api.Payload, error) { |
| 5877 | return nil, status.Errorf(codes.Unimplemented, "method UpdateMembership not implemented") |
| 5878 | } |
nothing calls this directly
no outgoing calls
no test coverage detected