UnimplementedSchedulerServer should be embedded to have forward compatible implementations.
| 210 | |
| 211 | // UnimplementedSchedulerServer should be embedded to have forward compatible implementations. |
| 212 | type UnimplementedSchedulerServer struct { |
| 213 | } |
| 214 | |
| 215 | func (UnimplementedSchedulerServer) ScheduleJob(context.Context, *ScheduleJobRequest) (*ScheduleJobResponse, error) { |
| 216 | return nil, status.Errorf(codes.Unimplemented, "method ScheduleJob not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected