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 (*GardenServer) Start ¶
func (s *GardenServer) Start() error
func (*GardenServer) Stop ¶
func (s *GardenServer) Stop()
type UnhandledRequestError ¶
func (UnhandledRequestError) Error ¶
func (e UnhandledRequestError) Error() string
Click to show internal directories.
Click to hide internal directories.