package
20.10.12+incompatible
Repository: https://github.com/brackenw3/docker-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.
# 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.