Documentation ¶
Overview ¶
API package with type definitions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchTrigger ¶
BatchTrigger interface provides logic to trigger when batch is done.
type BatchTriggerFunc ¶
BatchTriggerFunc a function type adapter that implements BatchTrigger
type BinFunc ¶
BinFunc implements BinOperation as type func(context.Context, interface{}, interface{})
type BinOperation ¶
type BinOperation interface {
Apply(ctx context.Context, op1, op2 interface{}) (interface{}, error)
}
BinOperation interface represents binary opeartions (i.e. Reduce, etc)
type UnOperation ¶
UnOperation interface represents unary operations (i.e. Map, Filter, etc)
Click to show internal directories.
Click to hide internal directories.