MCPcopy Create free account
hub / github.com/PasarGuard/node / Start

Method Start

common/service_grpc.pb.go:43–43  ·  view source on GitHub ↗
(ctx context.Context, in *Backend, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

41// Service for node management and connection
42type NodeServiceClient interface {
43 Start(ctx context.Context, in *Backend, opts ...grpc.CallOption) (*BaseInfoResponse, error)
44 Stop(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
45 GetBaseInfo(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BaseInfoResponse, error)
46 GetLogs(ctx context.Context, in *Empty, opts ...grpc.CallOption) (grpc.ServerStreamingClient[Log], error)

Callers 5

TestMainFunction · 0.95
startXrayProcessFunction · 0.65
NewFunction · 0.65
StartMethod · 0.65

Implementers 3

Servicecontroller/rpc/service.go
nodeServiceClientcommon/service_grpc.pb.go
UnimplementedNodeServiceServercommon/service_grpc.pb.go

Calls

no outgoing calls

Tested by 2

TestMainFunction · 0.76
startXrayProcessFunction · 0.52