MCPcopy
hub / github.com/containerd/containerd / multiTaskMonitor

Struct multiTaskMonitor

core/runtime/monitor.go:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type multiTaskMonitor struct {
52 monitors []TaskMonitor
53}
54
55func (mm *multiTaskMonitor) Monitor(task Task, labels map[string]string) error {
56 for _, m := range mm.monitors {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected