Versions in this module Expand all Collapse all v0 v0.0.3 Oct 2, 2023 Changes in this version + type CallStack struct + Children []*CallStack + Frames []*Frame + Id int + Name string + ParentFrame *Frame + ParentGoroutineId int + State string + Wait string + type Frame struct + File string + Func string + Package string + Params string v0.0.2 Oct 1, 2023 Changes in this version + const ProcessTypeGo + const ProcessTypeJava + type Process struct + Agent bool + BuildVersion string + PID int + Path string + StartTime time.Time + Type ProcessType + type ProcessType int