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

Method Stop

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

Source from the content-addressed store, hash-verified

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)
47 GetSystemStats(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*SystemStatsResponse, error)

Callers 8

keepAliveTrackerMethod · 0.65
recordSystemStatsMethod · 0.65
StartGRPCListenerFunction · 0.65
shutdownLockedMethod · 0.65
checkXrayStatusMethod · 0.65
ShutdownMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 1