Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrArgumentsFailed ¶
func (ErrArgumentsFailed) Error ¶
func (e ErrArgumentsFailed) Error() string
type ErrParamSingleFailed ¶ added in v1.2.0
ErrParamSingleFailed is returned when a paramSingle could not be built.
func (ErrParamSingleFailed) Error ¶ added in v1.2.0
func (e ErrParamSingleFailed) Error() string
type Func ¶
type Func struct { // Name of the function. Name string // Name of the package in which this function is defined. Package string // Path to the file in which this function is defined. File string // Line number in the file at which this function is defined. Line int }
Func contains runtime information about a function.
func InspectFunc ¶
func InspectFunc(function interface{}) *Func
InspectFunc inspects and returns runtime information about the given function.
func InspectFuncPC ¶
InspectFuncPC inspects and returns runtime information about the function at the given program counter address.
Click to show internal directories.
Click to hide internal directories.