keys

package
v0.10.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// Job releated keys
	Job = "job"

	JobCreationTime = "job.creationtime"

	JobEndTime = "job.endtime"

	JobUserEmail = "job.useremail"
	JobUserID    = "job.userid"
	JobError     = "job.error"

	JobEndUnixTimeInSec = "job.endunixtimeinsec"

	JobInfo = "jobinfo"

	JobInfoStatus = "jobinfo.status"

	JobInfoStatusCode = "jobinfo.code"

	JobInfoCacheHit  = "jobinfo.cachehit"
	JobInfoCacheHits = "jobinfo.cachehits"

	JobInfoCacheKey = "jobinfo.cachekey"
	JobInfoPriority = "jobinfo.priority"

	JobInfoMatchKey      = "jobinfo.matchkey"
	JobInfoWaitTimeInMs  = "jobinfo.waittimeinms"
	JobInfoWaitTimeInSec = "jobinfo.waittimeinsec"
	JobInfoRunTimeInMs   = "jobinfo.runtimeinms"
	JobInfoRunTimeInSec  = "jobinfo.runtimeinsec"
	JobInfoExpiryInSec   = "jobinfo.expiryinsec"

	Group = "group"

	GroupStatus = "group.status"

	GroupDone = "group.done"

	GroupElapsedInSec = "group.elapsedinsec"

	GroupElapsedInMs = "group.elapsedinms"

	GroupEndTime = "group.endtime"

	GroupEndUnixTimeInSec = "group.endunixtimeinsec"

	GroupCreationTime = "group.creationtime"

	GroupCreationUnixTimeInSec = "group.creationunixtimeinsec"
)

Variables

View Source
var Types = map[string]reflect.Type{

	Job:                  reflect.TypeOf(&async.Job{}),
	JobCreationTime:      xreflect.TimeType,
	JobError:             xreflect.StringType,
	JobEndTime:           xreflect.TimePtrType,
	JobEndUnixTimeInSec:  xreflect.IntType,
	JobInfoStatus:        xreflect.StringType,
	JobInfoStatusCode:    xreflect.StringType,
	JobInfoMatchKey:      xreflect.StringType,
	JobInfoWaitTimeInMs:  xreflect.IntType,
	JobInfoWaitTimeInSec: xreflect.IntType,
	JobInfoRunTimeInMs:   xreflect.IntType,
	JobInfoRunTimeInSec:  xreflect.IntType,
	JobInfoExpiryInSec:   xreflect.IntType,
	JobInfoPriority:      xreflect.IntType,
	JobInfoCacheHit:      xreflect.BoolType,
	JobInfoCacheHits:     xreflect.IntType,

	GroupStatus:       xreflect.StringType,
	GroupDone:         xreflect.BoolType,
	GroupElapsedInSec: xreflect.IntType,
	GroupElapsedInMs:  xreflect.IntType,

	GroupCreationTime:          xreflect.TimePtrType,
	GroupCreationUnixTimeInSec: xreflect.IntType,
	GroupEndTime:               xreflect.TimePtrType,
	GroupEndUnixTimeInSec:      xreflect.IntType,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL