package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Feb 21, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
Ready State = iota
Running
Canceled
Failed
Done
)
type Task struct {
Id uuid.UUID `json:"id"`
Service string `json:"service"`
Project string `json:"project"`
Branch string `json:"branch"`
Commit string `json:"commit"`
Creation time.Time `json:"creation"`
Args map[string]interface{} `json:"Args"`
State State
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.