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

Function NewNodeServiceClient

common/service_grpc.pb.go:62–64  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

60}
61
62func NewNodeServiceClient(cc grpc.ClientConnInterface) NodeServiceClient {
63 return &nodeServiceClient{cc}
64}
65
66func (c *nodeServiceClient) Start(ctx context.Context, in *Backend, opts ...grpc.CallOption) (*BaseInfoResponse, error) {
67 cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)

Callers 1

TestMainFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestMainFunction · 0.74