Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { // Mutex internal mutex for the whole container structure Mutex sync.RWMutex dTypes.ContainerJSON LabelsHash string OpLabels labels.OpLabels }
func NewContainer ¶
func NewContainer(dc *dTypes.ContainerJSON, l labels.Labels) *Container
NewContainer a Container with its labels initialized.
Click to show internal directories.
Click to hide internal directories.