Documentation
¶
Index ¶
Constants ¶
View Source
const (
WorkerName = "release-gc-worker"
)
Variables ¶
This section is empty.
Functions ¶
func NewReleaseGCWorker ¶
func NewReleaseGCWorker(spec ReleaseGCWorkerSpec) worker.Worker
Types ¶
type ReleaseGCRequest ¶
type ReleaseGCRequest struct {
StackID string
}
type ReleaseGCWorkerSpec ¶
type ReleaseGCWorkerSpec struct {
ReleaseStore releaseStore
StackStore stackStore
Env string
}
Click to show internal directories.
Click to hide internal directories.