MCPcopy
hub / github.com/grafana/dskit / UnimplementedEchoServerServer

Struct UnimplementedEchoServerServer

middleware/middleware_test/echo_server.pb.go:200–201  ·  view source on GitHub ↗

UnimplementedEchoServerServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

198
199// UnimplementedEchoServerServer can be embedded to have forward compatible implementations.
200type UnimplementedEchoServerServer struct {
201}
202
203func (*UnimplementedEchoServerServer) Process(srv EchoServer_ProcessServer) error {
204 return status.Errorf(codes.Unimplemented, "method Process not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected