 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var GetManager = sync.OnceValue(func() *Manager { return &Manager{ traceRecorder: NewMsgRecorder(100), logRecorder: NewMsgRecorder(1000), } })
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
	// contains filtered or unexported fields
}
    func (*Manager) GetLogRecorder ¶
func (m *Manager) GetLogRecorder() MsgRecorder
func (*Manager) GetTraceRecorder ¶
func (m *Manager) GetTraceRecorder() MsgRecorder
type MsgRecorder ¶
func NewMsgRecorder ¶
func NewMsgRecorder(limit int) MsgRecorder
 Click to show internal directories. 
   Click to hide internal directories.