package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Jul 5, 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 Issue struct {
Level string `json:"level"`
Module string `json:"module,omitempty"`
Message string `json:"message"`
}
type Report struct {
Strict bool `json:"strict"`
OK bool `json:"ok"`
Issues []Issue `json:"issues,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.