Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupConfig ¶
type Container ¶
type Container struct { Lock sync.Mutex Id string Name string Compose Compose Running bool WasRunning bool Volumes map[string]ContainerVolume Backup BackupConfig Dependancies Dependancies Linked []*Container }
type ContainerVolume ¶
type ContainerVolume struct {
Writer bool
}
type Containers ¶
type Containers struct {
// contains filtered or unexported fields
}
type Dependancies ¶
Click to show internal directories.
Click to hide internal directories.