package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Aug 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Recorder[T Record] interface {
Record(r T)
Get() Records
Print()
}
type Records interface {
HasError() bool
Error() error
}
const (
Severity_NONE Severity = iota
Severity_WARNING
Severity_ERROR
)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.