Documentation
¶
Overview ¶
Package reflection provides internal utility functions for reflection operations in the go-bricks framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractHandlerName ¶
ExtractHandlerName gets the function name from a handler function
func GetCallerPackage ¶
GetCallerPackage extracts the package path of the calling function. The skip parameter is relative to the caller of GetCallerPackage.
func GetTypeName ¶
GetTypeName returns the fully qualified type name
func GetTypeNameShort ¶
GetTypeNameShort returns just the type name without package path
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.