types

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackupConfig

type BackupConfig struct {
	Ignore     bool
	Stop       bool
	Filesystem bool
	Volumes    map[string]string
}

type Compose

type Compose struct {
	Project string
	Service string
}

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

type Dependancies struct {
	Services   []string
	Containers []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL