daemon

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2016 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VOLUME_CFG_PREFIX = "volume_"
	CFG_POSTFIX       = ".json"

	CONFIGFILE = "convoy.cfg"
	LOCKFILE   = "lock"
)

Variables

This section is empty.

Functions

func Start

func Start(sockFile string, c *cli.Context) error

Start the daemon

Types

type APIError added in v0.5.0

type APIError struct {
	// contains filtered or unexported fields
}

func (APIError) Error added in v0.5.0

func (e APIError) Error() string

type DockerVolume added in v0.5.0

type DockerVolume struct {
	Name       string `json:",omitempty"`
	Mountpoint string `json:",omitempty"`
}

type Volume

type Volume struct {
	Name       string
	DriverName string
}

Jump to

Keyboard shortcuts

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