MCPcopy
hub / github.com/containerd/containerd / logURI

Struct logURI

pkg/cio/io.go:324–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324type logURI struct {
325 config Config
326}
327
328func (l *logURI) Config() Config {
329 return l.config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected