package digreflect
Import Path
go.uber.org/dig/internal/digreflect (on go.dev)
Dependency Relation
imports 5 packages, and imported by one package
Involved Source Files
func.go
Package-Level Type Names (only one)
Func contains runtime information about a function.
Path to the file in which this function is defined.
Line number in the file at which this function is defined.
Name of the function.
Name of the package in which this function is defined.
Format implements fmt.Formatter for Func, printing a single-line
representation for %v and a multi-line one for %+v.
String returns a string representation of the function.
*Func : expvar.Var
*Func : fmt.Formatter
*Func : fmt.Stringer
func InspectFunc(function interface{}) *Func
func InspectFuncPC(pc uintptr) *Func
Package-Level Functions (total 2)
InspectFunc inspects and returns runtime information about the given
function.
InspectFuncPC inspects and returns runtime information about the function
at the given program counter address.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |