Versions in this module Expand all Collapse all v0 v0.1.0 Mar 28, 2024 Changes in this version + func BuildFileFunctionsDescription(file string, funs []*Function) string + func BuildFuncListDescription(funs []*Function) string + func GetTypeStr(t ast.Expr) string + func MakeFileFuncSet(funs []*Function) map[string][]*Function + type Field struct + Name string + Type string + type Function struct + File string + Line int + Name string + Params []*Field + Results []*Field + Source string + Type string + func GetFuncList(frames *runtime.Frames) (funs []*Function) + func GetFuncListWithStackTraces(stackTraces []*StackTrace) (funs []*Function) + func NewFunction(name string, params, results []*Field, file, source string) *Function + func ReadFuncSource(file, fun string, strict bool) (*Function, error) + type StackTrace struct + File string + Func string + Line int + func StackTraces(stack []byte) []*StackTrace v0.0.5 Jan 22, 2024