Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInputPointer = errors.New("the func must take a pointer as an input")
View Source
var ErrInvalidInput = errors.New("func must have 1 input")
View Source
var ErrMustBeFunc = errors.New("value must be a function")
Functions ¶
This section is empty.
Types ¶
type CallOption ¶
type CallOption func(*CallOptions)
func Context ¶
func Context(c context.Context) CallOption
Context sets the context to be used for a call. Defaults to context.Background()
type CallOptions ¶
CallOptions represents configuration that apply to a single call
Click to show internal directories.
Click to hide internal directories.