Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadMethodSignatureTypeErr ¶
BadMethodSignatureTypeErr represents a type assertion failure that we want to know about where a given Func turns out to be not a types.Signature, which ends up being an unknown/unhandled function for us to generate a wrapper around.
func (BadMethodSignatureTypeErr) Error ¶
func (b BadMethodSignatureTypeErr) Error() string
type NotAnInterfaceErr ¶
func (NotAnInterfaceErr) Error ¶
func (n NotAnInterfaceErr) Error() string
type UndeclaredTypeErr ¶
func (UndeclaredTypeErr) Error ¶
func (u UndeclaredTypeErr) Error() string
Click to show internal directories.
Click to hide internal directories.