Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallResult ¶
CallResult is a helper struct for reflect.Call.
func (CallResult) Error ¶
func (r CallResult) Error(position int) error
Error returns error if it exists.
func (CallResult) Result ¶
func (r CallResult) Result() reflect.Value
Result returns first result type.
Click to show internal directories.
Click to hide internal directories.