package
Version:
v1.11.0
Opens a new window with list of versions in this module.
Published: Jul 16, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Add 添加一条状态条目。如果 Time 为零值则自动设为当前时间。
HasProblems 是否存在 warn 或 error 级别的条目
type Entry struct {
Level Level `json:"level"`
Source string `json:"source"`
Message string `json:"message"`
Detail string `json:"detail"`
Time time.Time `json:"time"`
}
Entry 单条状态条目
Level 状态级别
const (
LevelInfo Level = "info"
LevelWarn Level = "warn"
LevelError Level = "error"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.