MCPcopy
hub / github.com/micro/go-micro / UnimplementedTransportServer

Struct UnimplementedTransportServer

transport/grpc/proto/transport_grpc.pb.go:79–80  ·  view source on GitHub ↗

UnimplementedTransportServer should be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

77
78// UnimplementedTransportServer should be embedded to have forward compatible implementations.
79type UnimplementedTransportServer struct {
80}
81
82func (UnimplementedTransportServer) Stream(Transport_StreamServer) error {
83 return status.Errorf(codes.Unimplemented, "method Stream not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected