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

Function WithEventService

client/services.go:129–133  ·  view source on GitHub ↗

WithEventService sets the event service.

(eventService EventService)

Source from the content-addressed store, hash-verified

127
128// WithEventService sets the event service.
129func WithEventService(eventService EventService) ServicesOpt {
130 return func(s *services) {
131 s.eventService = eventService
132 }
133}
134
135// WithNamespaceClient sets the namespace service using a namespaces client.
136func WithNamespaceClient(namespaceService namespacesapi.NamespacesClient) ServicesOpt {

Callers 1

WithInMemoryServicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…