sink

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sink

type Sink interface {
	Init(conf *config.Config)

	// Connect starts handling tasks in the queue
	// the Sink must close when the src channel closes
	// must not block
	Connect(src <-chan deps.Dep) (err error)
}

Sink handles incoming deployments

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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