Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentFuncName ¶
func GetCurrentFuncName() string
GetCurrentFuncName returns caller name func in format: <package>.<type name>.<func name> example: "main.StructType.FuncName"
func GetFuncName ¶
func GetFuncName(f interface{}) string
GetFuncName returns name of function in format: <package>.<type name>.<func name> example: "main.StructType.FuncName"
func GetTypeNameByObject ¶
func GetTypeNameByObject(obj interface{}) string
GetTypeNameByObject returns type of the object in format: <package>.<type name> example: "main.StructType"
func ToKebabCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.