package
0.0.0-20240822020607-ba854f2ded86
Repository: https://github.com/aliyuncontainerservice/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.