daemon

package
v0.0.0-...-727be20 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2016 License: Apache-2.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RunInstanceRequest

type RunInstanceRequest struct {
	InstanceName string            `json:"InstanceName"`
	ImageName    string            `json:"ImageName"`
	Mounts       map[string]string `json:"Mounts"`
	Env          map[string]string `json:"Env"`
	MemoryMb     int               `json:"MemoryMb"`
	NoCleanup    bool              `json:"NoCleanup"`
	DebugMode    bool              `json:"DebugMode"`
}

type UnikDaemon

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

func NewUnikDaemon

func NewUnikDaemon(config config.DaemonConfig) (*UnikDaemon, error)

func (*UnikDaemon) Run

func (d *UnikDaemon) Run(port int)

func (*UnikDaemon) Stop

func (d *UnikDaemon) Stop() error

Jump to

Keyboard shortcuts

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