MCPcopy Index your code
hub / github.com/PasarGuard/node / UnimplementedNodeServiceServer

Struct UnimplementedNodeServiceServer

common/service_grpc.pb.go:238–238  ·  view source on GitHub ↗

UnimplementedNodeServiceServer 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

236// NOTE: this should be embedded by value instead of pointer to avoid a nil
237// pointer dereference when methods are called.
238type UnimplementedNodeServiceServer struct{}
239
240func (UnimplementedNodeServiceServer) Start(context.Context, *Backend) (*BaseInfoResponse, error) {
241 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