Documentation ¶
Index ¶
- Constants
- func GenExecutorTask(tx *sql.Tx, r *types.Run, rt *types.RunTask, rc *types.RunConfig, ...) *types.ExecutorTask
- func GenExecutorTaskSpecData(r *types.Run, rt *types.RunTask, rc *types.RunConfig) *types.ExecutorTaskSpecData
- func NewRunEvent(d *db.DB, tx *sql.Tx, run *types.Run, runConfig *types.RunConfig, ...) (*types.RunEvent, error)
- func OSTRootGroup(group string) string
- func OSTSubGroupTypes(group string) []string
- func OSTSubGroups(group string) []string
- func OSTSubGroupsAndGroupTypes(group string) []string
- func TaskFetcherLockKey(taskID string) string
- type DataType
Constants ¶
View Source
const ( DataTypeRun DataType = "run" DataTypeRunConfig DataType = "runconfig" DataTypeRunCounter DataType = "runcounter" CacheCleanerLockKey = "cachecleaner" WorkspaceCleanerLockKey = "workspacecleaner" LogCleanerLockKey = "logcleaner" TaskUpdaterLockKey = "taskupdater" )
View Source
const (
MaxCacheKeyLength = 200
)
Variables ¶
This section is empty.
Functions ¶
func GenExecutorTask ¶ added in v0.3.0
func GenExecutorTaskSpecData ¶ added in v0.3.0
func NewRunEvent ¶
func OSTRootGroup ¶ added in v0.3.0
func OSTSubGroupTypes ¶ added in v0.3.0
func OSTSubGroups ¶ added in v0.3.0
func OSTSubGroupsAndGroupTypes ¶ added in v0.3.0
func TaskFetcherLockKey ¶ added in v0.8.0
Types ¶
Click to show internal directories.
Click to hide internal directories.