app

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App interface {
	Start() error
	Stop() error
	URL() string
}

App interface represents the application.

func NewApp

func NewApp(opts *Options) App

NewApp creates a new app with the given options.

type Options

type Options struct {
	Config *config.Config
	Docker *docker.Docker
}

Options represents the application options.

Jump to

Keyboard shortcuts

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