Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMethodArgType creates an error about an invalid type // sent as an argument to a RPC method ErrMethodArgType = func(expectedType string) error { return fmt.Errorf("invalid argument type: expecting " + expectedType) } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.