# Functions
ContainerStatsWrite renders the context for a list of containers statistics.
ContainerWrite renders the context for a list of containers.
ImageWrite writes the formatter images using the ImageContext.
NetworkWrite writes the context.
NewContainerFormat returns a Format for rendering using a Context.
NewContainerStats returns a new ContainerStats entity and sets in it the given name.
NewImageFormat returns a format for rendering an ImageContext.
NewNetworkFormat returns a Format for rendering using a network Context.
NewServiceFormat returns a Format for rendering using a Context.
NewStatsFormat returns a format for rendering an CStatsContext.
NewVolumeFormat returns a format for use with a volume Context.
ServiceInspectWrite renders the context for a list of services.
VolumeWrite writes formatted volumes using the Context.
# Constants
Format keys used to specify certain kinds of output formats.
Format keys used to specify certain kinds of output formats.
Format keys used to specify certain kinds of output formats.
# Structs
ContainerStats represents an entity to store containers statistics synchronously.
Context contains information required by the formatter to print the output as desired.
DiskUsageContext contains disk usage specific information required by the formater, encapsulate a Context struct.
HeaderContext provides the subContext interface for managing headers.
ImageContext contains image specific information required by the formater, encapsulate a Context struct.
StatsEntry represents represents the statistics data collected from a container.