package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Mar 6, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Check struct {
Name string `json:"name"`
Status Status `json:"status"`
Message string `json:"message"`
Fix string `json:"fix,omitempty"`
}
type Result struct {
OK bool `json:"ok"`
Checks []Check `json:"checks"`
}
const (
StatusPass Status = "pass"
StatusFail Status = "fail"
StatusWarn Status = "warn"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.