package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewLogFile creates new LogFile.
NewMessageQueue creates a new queue with the specified size.
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.

# Variables

No description provided by the author

# Structs

LogFile is Logger implementation for default Docker logging.
MessageQueue is a queue for log messages.

# 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.