Versions in this module Expand all Collapse all v1 v1.1.14 Nov 26, 2025 v1.1.13 Nov 26, 2025 v1.1.12 Nov 26, 2025 v1.1.10 Jul 1, 2025 v1.1.9 Jun 22, 2025 v1.1.8 Jun 19, 2025 v1.1.7 Apr 28, 2025 v1.1.6 Apr 28, 2025 v1.1.5 Apr 27, 2025 v1.1.4 Apr 26, 2025 v1.1.2 Apr 17, 2025 v1.1.1 Apr 15, 2025 Changes in this version + var InitGStack = &Stack v1.1.0 Apr 6, 2025 Changes in this version + const NilG + var NilGStack = &Stack + func Attach(stack *Stack) + func Detach() + func Export(stack *Stack, offsetNS int64) *stack_model.Stack + func ExportFuncInfo(entry *Entry) *stack_model.FuncInfo + func ExportStackEntries(entries []*Entry, rootBegin time.Time, offsetNS int64) []*stack_model.StackEntry + func ExportStackEntry(entry *Entry, rootBegin time.Time, offsetNS int64) *stack_model.StackEntry + type Entry struct + Args interface{} + BeginNs int64 + Children []*Entry + Data EntryData + EndNs int64 + Error string + File string + Finished bool + FuncInfo *core.FuncInfo + FuncName string + GetStack func() *Stack + Go bool + HitMock bool + ID int + Line int + Panic bool + PanicLine int + ParentID int + Results interface{} + func (s *Entry) GetData(key interface{}) interface{} + func (s *Entry) SetData(key, value interface{}) + type EntryData map[interface{}]interface + type Field struct + Name string + Value interface{} + type G uintptr + func GetG() G + func (g G) AttachStack(stack *Stack) + func (g G) DetachStack() + func (g G) GetOrAttachStack() *Stack + func (g G) GetStack() *Stack + type Stack struct + Begin time.Time + Data map[interface{}]interface{} + Depth int + End time.Time + MaxEntryID int + Roots []*Entry + Top *Entry + func Get() *Stack + func GetOrAttach() *Stack + func (c *Stack) GetData(key interface{}) interface{} + func (c *Stack) NewEntry(begin time.Time, fnName string) *Entry + func (c *Stack) Push(cur *Entry) *Entry + func (c *Stack) SetData(key, value interface{}) + type StackArgs []interface