manifest

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2018 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotRunning = errors.New("not running")

Functions

This section is empty.

Types

type Handler

type Handler interface {
	HandleManifest(context.Context, *types.ManifestRequest) error
}

type Service

type Service interface {
	Handler
	Done() <-chan struct{}
}

func NewHandler

func NewHandler(ctx context.Context, session session.Session, bus event.Bus) (Service, error)

Manage incoming leases and manifests and pair the two together to construct and emit a ManifestReceived event.

Directories

Path Synopsis
Code generated by mockery v1.0.0.
Code generated by mockery v1.0.0.

Jump to

Keyboard shortcuts

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