MCPcopy Index your code
hub / github.com/containerd/containerd / controllerService

Struct controllerService

plugins/services/sandbox/controller_service.go:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90type controllerService struct {
91 sc map[string]sandbox.Controller
92 publisher events.Publisher
93 api.UnimplementedControllerServer
94}
95
96var _ api.ControllerServer = (*controllerService)(nil)
97

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected