Documentation ¶
Index ¶
Constants ¶
View Source
const ( Input = "input" Transit = "transit" Process = "process" Output = "output" CronJob = "cronjobs" )
Variables ¶
View Source
var ( Service string ChanSize int32 I2TChan = make(map[string](chan []byte)) T2PChan = make(map[string](chan protocol.Job)) P2OChan = make(map[string](chan protocol.Job)) Metrics = &Metric{} Records = &Record{} InputDone *int64 = new(int64) TransitDone *int64 = new(int64) ProcessDone *int64 = new(int64) OutputDone *int64 = new(int64) IsOneTimeExec = false )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.