Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cleaner ¶
type Cleaner interface { //Cleanup performs build cleanup functions. If an optional logout channel is passed, logs will be sent over the channel Cleanup(ctx context.Context, id string, logout chan []byte) error }
this interface handles build cleanup
type DockerCleaner ¶
type DockerCleaner struct{}
type ExecCleaner ¶
type ExecCleaner struct {
// contains filtered or unexported fields
}
func NewExecCleaner ¶
func NewExecCleaner() *ExecCleaner
Click to show internal directories.
Click to hide internal directories.