MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / UnimplementedNodeAgentServer

Struct UnimplementedNodeAgentServer

internal/pb/nodev1/node_grpc.pb.go:72–72  ·  view source on GitHub ↗

UnimplementedNodeAgentServer 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

70// NOTE: this should be embedded by value instead of pointer to avoid a nil
71// pointer dereference when methods are called.
72type UnimplementedNodeAgentServer struct{}
73
74func (UnimplementedNodeAgentServer) Session(grpc.BidiStreamingServer[NodeMessage, ServerMessage]) error {
75 return status.Error(codes.Unimplemented, "method Session not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected