server

package
v0.0.0-...-0351ae2 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2014 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrConcurrentDestroy = errors.New("container already being destroyed")
View Source
var ErrInvalidContentType = errors.New("content-type must be application/json")

Functions

This section is empty.

Types

type GardenServer

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

func New

func New(
	listenNetwork, listenAddr string,
	containerGraceTime time.Duration,
	backend api.Backend,
	logger lager.Logger,
) *GardenServer

func (*GardenServer) Start

func (s *GardenServer) Start() error

func (*GardenServer) Stop

func (s *GardenServer) Stop()

type UnhandledRequestError

type UnhandledRequestError struct {
	Request proto.Message
}

func (UnhandledRequestError) Error

func (e UnhandledRequestError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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