Documentation ¶ Index ¶ type Sink 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 Source Files ¶ View all Source files sink.go Directories ¶ Show internal Expand all Path Synopsis script Click to show internal directories. Click to hide internal directories.