package
0.0.0-20240615203259-d1273b2b4a1f
Repository: https://github.com/psaintlaurent/moby.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewLogFile creates new LogFile.
ParseLogTag generates a context aware tag for consistency across different log drivers based on the context of the running container.

# Constants

DefaultTemplate defines the defaults template logger should use.

# Structs

LogFile is Logger implementation for default Docker logging.

# Interfaces

Decoder is for reading logs It is created by the log reader by calling the `MakeDecoderFunc`.
SizeReaderAt defines a ReaderAt that also reports its size.

# Type aliases

GetTailReaderFunc is used to truncate a reader to only read as much as is required in order to get the passed in number of log lines.
MakeDecoderFn creates a decoder.