Versions in this module Expand all Collapse all v1 v1.1.0 Apr 12, 2021 Changes in this version + func GetCurrentTime(format TimestampFormat) string + type TimestampFormat = uint + const EPOCH + const ISO + func ParseTimestampFormat(str string) (TimestampFormat, error) v1.0.0 Mar 30, 2021 Changes in this version + var ContextTodo = context.TODO() + var DockerTopArgs = []string + var PrintedCSVHeader = false + func DisplayCurrentStats(dockerClient *client.Client, ctx DisplayContext) + func Execute(ctx *cli.Context) error + type DisplayContext struct + Name string + OutputFormat OutputMode + type OutputMode = uint + const CSV + const JSON + func ParseOutputFormat(str string) (OutputMode, error)