Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Containers map[string]ContainerConfig `toml:"service"` Networks map[string]NetworkConfig `toml:"network"` Volumes map[string]VolumeConfig `toml:"volume"` }
type ContainerConfig ¶
type NetworkConfig ¶
type NetworkConfig struct{}
type ProviderImpl ¶
type ProviderImpl struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func NewProvider(config Config) (ProviderImpl, error)
func (ProviderImpl) Close ¶
func (provider ProviderImpl) Close()
type VolumeConfig ¶
type VolumeConfig struct {
Labels []KeyValue
}
Click to show internal directories.
Click to hide internal directories.