package
0.1.23
Repository: https://github.com/docker/compose-cli.git
Documentation: pkg.go.dev

# Functions

Print prints formatted lists in different formats.
PrintPrettySection prints a tabbed section on the writer parameter.
ToJSON return a string with the JSON representation of the interface{}.
ToStandardJSON return a string with the JSON representation of the interface{}.

# Constants

JSON is the constant for Json formats on list commands.
PRETTY is the constant for default formats on list commands.
TemplateJSON the legacy json formatting value using go template.

# Type aliases

MemBytes is a type for human readable memory bytes (like 128M, 2g, etc).