MCPcopy
hub / github.com/dapr/dapr / UnimplementedInputBindingServer

Struct UnimplementedInputBindingServer

pkg/proto/components/v1/bindings_grpc.pb.go:127–128  ·  view source on GitHub ↗

UnimplementedInputBindingServer should be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

125
126// UnimplementedInputBindingServer should be embedded to have forward compatible implementations.
127type UnimplementedInputBindingServer struct {
128}
129
130func (UnimplementedInputBindingServer) Init(context.Context, *InputBindingInitRequest) (*InputBindingInitResponse, error) {
131 return nil, status.Errorf(codes.Unimplemented, "method Init not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected