Documentation ¶
Index ¶
- Constants
- Variables
- func ADD(value interface{}, args ...interface{}) (interface{}, error)
- func Boot(jobsPath string)
- func DIV(value interface{}, args ...interface{}) (interface{}, error)
- func LoadJobs(jobsPath string) error
- func LoadReducers()
- func MUL(value interface{}, args ...interface{}) (interface{}, error)
- func PARSE(jsonInterface interface{}, args ...interface{}) (interface{}, error)
- func Request(job Job) interface{}
- func Run()
- func SUB(value interface{}, args ...interface{}) (interface{}, error)
- type Feed
- type Job
- type Reducer
Constants ¶
View Source
const ( TypeFeed = "DATA_FEED" TypeRDN = "RANDOM_NUMBER" )
Variables ¶
View Source
var ( Jobs []*Job Fsys fs.FS )
View Source
var Reducers = make(map[string]func(interface{}, ...interface{}) (interface{}, error))
Functions ¶
func LoadReducers ¶
func LoadReducers()
Types ¶
Click to show internal directories.
Click to hide internal directories.