MCPcopy
hub / github.com/dapr/dapr / UnimplementedSchedulerServer

Struct UnimplementedSchedulerServer

pkg/proto/scheduler/v1/scheduler_grpc.pb.go:212–213  ·  view source on GitHub ↗

UnimplementedSchedulerServer should be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected