api

package
v0.0.0-...-66b962f Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2014 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Boot

type Boot struct {
	types.Boot
	// contains filtered or unexported fields
}

func (*Boot) Run

func (b *Boot) Run()

type Build

type Build struct {
	types.Build
	// contains filtered or unexported fields
}

func (*Build) Run

func (b *Build) Run()

type BuilderAPI

type BuilderAPI struct {
	sync.RWMutex

	Port            uint16
	LayerPath       string
	ManifestBaseDir string
	// contains filtered or unexported fields
}

func New

func New(port uint16, registry, layerPath, manifestBaseDir string) *BuilderAPI

func (*BuilderAPI) GetBootHandler

func (b *BuilderAPI) GetBootHandler(w http.ResponseWriter, r *http.Request)

func (*BuilderAPI) GetBuildHandler

func (b *BuilderAPI) GetBuildHandler(w http.ResponseWriter, r *http.Request)

func (*BuilderAPI) GetManifestHandler

func (b *BuilderAPI) GetManifestHandler(w http.ResponseWriter, r *http.Request)

func (*BuilderAPI) PostBootHandler

func (b *BuilderAPI) PostBootHandler(w http.ResponseWriter, r *http.Request)

func (*BuilderAPI) PostBuildHandler

func (b *BuilderAPI) PostBuildHandler(w http.ResponseWriter, r *http.Request)

func (*BuilderAPI) Run

func (b *BuilderAPI) Run()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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