cli/command/formatter: define const for error column-headers

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2022-11-28 16:27:45 +01:00
parent 8b1cbfd769
commit 30a0d0c6d6
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,7 @@ const (
StatusHeader = "STATUS"
PortsHeader = "PORTS"
ImageHeader = "IMAGE"
ErrorHeader = "ERROR"
ContainerIDHeader = "CONTAINER ID"
)