package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: May 30, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
Package reflectx provide helpers for reflect.
CallerMethodName returns caller's method name for given stack depth.
CallerPkg returns caller's package name (from path) for given stack depth.
func MethodsOf(v interface{}) []string
MethodsOf require pointer to interface (e.g.: new(app.Appl)) and
returns all it methods.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.