Documentation ¶
Index ¶
- func ArgsToInputs(c converter.Converter, args ...interface{}) ([]payload.Payload, error)
- func InputsToArgs(c converter.Converter, fn reflect.Value, inputs []payload.Payload) ([]reflect.Value, bool, error)
- func IsOwnContext(inType reflect.Type) bool
- func ParamsMatch(fn interface{}, args ...interface{}) error
- func ReturnTypeMatch[TResult any](fn interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArgsToInputs ¶
func InputsToArgs ¶
func IsOwnContext ¶ added in v0.3.0
func ParamsMatch ¶ added in v0.9.1
func ParamsMatch(fn interface{}, args ...interface{}) error
func ReturnTypeMatch ¶ added in v0.9.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.