UnimplementedSumServiceServer can be embedded to have forward compatible implementations.
| 1218 | |
| 1219 | // UnimplementedSumServiceServer can be embedded to have forward compatible implementations. |
| 1220 | type UnimplementedSumServiceServer struct { |
| 1221 | } |
| 1222 | |
| 1223 | func (*UnimplementedSumServiceServer) CreateRecord(ctx context.Context, req *Record) (*RecordResponse, error) { |
| 1224 | return nil, status.Errorf(codes.Unimplemented, "method CreateRecord not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected