# Functions
Bind returns a Callable that wrappers a function and its binding arguments.
Index returns an IndexArg.
NewMockArg creates a new mock instance.
NewMockContext creates a new mock instance.
Nil return a ValueArg with a value of nil.
Option returning parameter binding for the Option function.
Provide binding runtime parameters for the Option method.
R0 returns an IndexArg with index 0.
R1 returns an IndexArg with index 1.
R2 returns an IndexArg with index 2.
R3 returns an IndexArg with index 3.
R4 returns an IndexArg with index 4.
R5 returns an IndexArg with index 5.
R6 returns an IndexArg with index 6.
Value return a ValueArg with a value of v.
# Structs
Callable wrappers a function and its binding arguments, then you can invoke the Call method of Callable to get the function's result.
IndexArg is an Arg that has an index.
MockArg is a mock of Arg interface.
MockArgMockRecorder is the mock recorder for MockArg.
MockContext is a mock of Context interface.
MockContextMockRecorder is the mock recorder for MockContext.
ValueArg is an Arg that has a value.