Versions in this module Expand all Collapse all v3 v3.3.0 Jul 18, 2024 Changes in this version + type Agent struct + func NewStackMonitor() *Agent + func (s *Agent) RegisterCallback(callback Callback) + func (s *Agent) Start(interval time.Duration) context.CancelFunc + type Callback func(dumpID string) error