MCPcopy
hub / github.com/grpc/grpc-go / UnimplementedReconnectServiceServer

Struct UnimplementedReconnectServiceServer

interop/grpc_testing/test_grpc.pb.go:602–602  ·  view source on GitHub ↗

UnimplementedReconnectServiceServer must be embedded to have forward compatible implementations. NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

Source from the content-addressed store, hash-verified

600// NOTE: this should be embedded by value instead of pointer to avoid a nil
601// pointer dereference when methods are called.
602type UnimplementedReconnectServiceServer struct{}
603
604func (UnimplementedReconnectServiceServer) Start(context.Context, *ReconnectParams) (*Empty, error) {
605 return nil, status.Error(codes.Unimplemented, "method Start not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected