UnimplementedZeroServer can be embedded to have forward compatible implementations.
| 5868 | |
| 5869 | // UnimplementedZeroServer can be embedded to have forward compatible implementations. |
| 5870 | type UnimplementedZeroServer struct { |
| 5871 | } |
| 5872 | |
| 5873 | func (*UnimplementedZeroServer) Connect(ctx context.Context, req *Member) (*ConnectionState, error) { |
| 5874 | return nil, status.Errorf(codes.Unimplemented, "method Connect not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected