tailmsg

package
v1.25.0-dev Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2025 License: MIT Imports: 2 Imported by: 0

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 MsgRecord

type MsgRecord struct {
	Time    time.Time
	Content string
}

type MsgRecorder

type MsgRecorder interface {
	Record(content string)
	GetRecords() []*MsgRecord
}

func NewMsgRecorder

func NewMsgRecorder(limit int) MsgRecorder

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳