Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQueryRow ¶
type ParallelFn ¶
type ParallelFn struct {
Kind string
Name string
EntityType reflect.Type
Value reflect.Value
DelayFn *delay.Function
}
func New ¶
func New(name string, fn interface{}) *ParallelFn
func NewBigQuery ¶
func NewBigQuery(name string, fn interface{}) *ParallelFn
func (*ParallelFn) Call ¶
func (fn *ParallelFn) Call(ctx context.Context, args ...interface{})
Call underlying delay function
Click to show internal directories.
Click to hide internal directories.