MCPcopy
hub / github.com/google/ax / UnimplementedControllerServiceServer

Struct UnimplementedControllerServiceServer

proto/ax_grpc.pb.go:245–245  ·  view source on GitHub ↗

UnimplementedControllerServiceServer 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

243// NOTE: this should be embedded by value instead of pointer to avoid a nil
244// pointer dereference when methods are called.
245type UnimplementedControllerServiceServer struct{}
246
247func (UnimplementedControllerServiceServer) Exec(*ExecRequest, grpc.ServerStreamingServer[ExecResponse]) error {
248 return status.Errorf(codes.Unimplemented, "method Exec not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected