summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/container_ps.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/domain/entities/container_ps.go')
-rw-r--r--pkg/domain/entities/container_ps.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/domain/entities/container_ps.go b/pkg/domain/entities/container_ps.go
index 7c255b0ea..58f231a2f 100644
--- a/pkg/domain/entities/container_ps.go
+++ b/pkg/domain/entities/container_ps.go
@@ -10,7 +10,7 @@ import (
"github.com/pkg/errors"
)
-// Listcontainer describes a container suitable for listing
+// ListContainer describes a container suitable for listing
type ListContainer struct {
// AutoRemove
AutoRemove bool
@@ -18,7 +18,7 @@ type ListContainer struct {
Command []string
// Container creation time
Created time.Time
- // Human readable container creation time.
+ // Human-readable container creation time.
CreatedAt string
// If container has exited/stopped
Exited bool
@@ -65,7 +65,7 @@ type ListContainer struct {
Status string
}
-// ListContainer Namespaces contains the identifiers of the container's Linux namespaces
+// ListContainerNamespaces contains the identifiers of the container's Linux namespaces
type ListContainerNamespaces struct {
// Mount namespace
MNT string `json:"Mnt,omitempty"`