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

Struct Service

controller/rpc/service.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type Service struct {
18 common.UnimplementedNodeServiceServer
19 controller.Controller
20}
21
22func New(cfg *config.Config) *Service {
23 return &Service{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected