MCPcopy
hub / github.com/containerd/containerd / cio

Struct cio

pkg/cio/io.go:191–196  ·  view source on GitHub ↗

cio is a basic container IO implementation.

Source from the content-addressed store, hash-verified

189
190// cio is a basic container IO implementation.
191type cio struct {
192 config Config
193 wg *sync.WaitGroup
194 closers []io.Closer
195 cancel context.CancelFunc
196}
197
198func (c *cio) Config() Config {
199 return c.config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected