package
1.13.1
Repository: https://github.com/react-vue-devel/moby.git
Documentation: pkg.go.dev

# Functions

FastTimeMarshalJSON avoids one of the extra allocations that time.MarshalJSON is making.

# Constants

JSONFormat is the format used by FastMarshalJSON.
RFC3339NanoFixed is our own version of RFC339Nano because we want one that pads the nano seconds part with zeros to ensure the timestamps are aligned in the logs.

# Structs

JSONLog represents a log message, typically a single entry from a given log stream.
JSONLogs is based on JSONLog.