UnimplementedCodegenServiceServer must be embedded to have forward compatible implementations.
| 56 | |
| 57 | // UnimplementedCodegenServiceServer must be embedded to have forward compatible implementations. |
| 58 | type UnimplementedCodegenServiceServer struct { |
| 59 | } |
| 60 | |
| 61 | func (UnimplementedCodegenServiceServer) Generate(context.Context, *GenerateRequest) (*GenerateResponse, error) { |
| 62 | return nil, status.Errorf(codes.Unimplemented, "method Generate not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected