cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type Compose

type Compose struct {
	Version  uint8               `yaml:"version"`
	Services map[string]*Service `yaml:"services"`
	Networks interface{}
}

type File

type File struct {
	EncryptedEnvFile string   `yaml:"encrypted_env_file"`
	Services         []string `yaml:"services"`
}

type Service

type Service struct {
	Image       string                 `yaml:"image"`
	Command     string                 `yaml:"command"`
	DependsOn   []string               `yaml:"depends_on"`
	Links       []string               `yaml:"links"`
	Environment map[string]interface{} `yaml:"environment"`
	Networks    interface{}            `yaml:"networks"`
}

Jump to

Keyboard shortcuts

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