Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct { Id uuid.UUID `json:"id"` // Run is used to save the name of the main/master container for this service Run string `json:"run"` 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 }
Click to show internal directories.
Click to hide internal directories.