Documentation ¶
Index ¶
- Constants
- func CallField[Self any](it *Self, name string, arguments []reflect.Value) (out []reflect.Value, throw error)
- func GetCallerName(skip int, shortName bool) (out string)
- func GetCurrentCallerFullName() (out string)
- func GetCurrentCallerShortName() (out string)
- func GetField[Out any, Self any](it *Self, name string) (out *Out, throw error)
- func GetFunctionName[Self any](data Self, shortName bool) (out string)
- func GetMap[Out any, In any](it *In) (out map[string]Out, throw error)
- func IsNil(it reflect.Value) (ok bool)
- func ValueOf[Self any](it Self, deep bool) (out reflect.Value)
Constants ¶
View Source
const ( CurrentCaller int = 1 ParentCaller = CurrentCaller + 1 )
Variables ¶
This section is empty.
Functions ¶
func GetCallerName ¶
func GetCurrentCallerFullName ¶
func GetCurrentCallerFullName() (out string)
func GetCurrentCallerShortName ¶
func GetCurrentCallerShortName() (out string)
func GetFunctionName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.