registry

package
v0.0.0-...-9a89ba0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewInstanceHandler

func NewInstanceHandler(
	username string,
	password string,
	registry Registry,
	logger boshlog.Logger,
) *instanceHandler

func NewRegistry

func NewRegistry() registry

Types

type Registry

type Registry interface {
	Save(string, []byte) bool
	Get(string) ([]byte, bool)
	Delete(string)
}

type Server

type Server interface {
	Start(string, string, string, int, chan error) error
	Stop() error
}

func NewServer

func NewServer(logger boshlog.Logger) Server

type SettingsResponse

type SettingsResponse struct {
	Settings string
	Status   string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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