package
0.0.0-20200907055328-bc5839e3c493
Repository: https://github.com/manlge/pouch.git
Documentation: pkg.go.dev
# Functions
Init initializes the jsonfile log driver.
Marshal used to marshal LogMessage to byte[].
NewJSONLogFile returns new JSONLogFile instance.
ValidateLogOpt validate log options for json-file log driver.
# Structs
JSONLogFile is uses to log the container's stdout and stderr.
# Type aliases
MarshalFunc is the function of marshal the logMessage.