MCPcopy Index your code
hub / github.com/linuxkit/linuxkit / remoteLog

Struct remoteLog

pkg/init/cmd/service/logging.go:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96type remoteLog struct {
97 fifoDir string
98}
99
100// Path returns the name of a FIFO connected to the logging daemon.
101func (r *remoteLog) Path(n string) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected