Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon interface { // Start is the trigger to kick of the daemon. Returns an // error if the Start fails or if it is running already Start() error // Stop is the trigger to stop the daemon. Returns an // error if the Stop fails or if nothing is running already Stop() error }
Daemon is the interface to a background process that is started after a successful pipeline execution. When a rebuild is triggered, the daemon will be stopped and restarted again after a successful execution.
type Docker ¶ added in v0.1.2
type Docker interface { }
Sidecar describes a backend service for a build pipeline or server
Click to show internal directories.
Click to hide internal directories.