daemon

package
v0.0.0-...-a58d3e8 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2019 License: Apache-2.0 Imports: 38 Imported by: 8

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