Discover Packages
github.com/Rememorio/codog
internal
bughunt
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 14, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package bughunt builds prompts and reports for focused bug investigation.
type Finding struct {
Path string `json:"path"`
Line int `json:"line"`
Severity string `json:"severity"`
Rule string `json:"rule"`
Message string `json:"message"`
Suggestion string `json:"suggestion,omitempty"`
Text string `json:"text,omitempty"`
}
type Options struct {
Scope string
Limit int
}
type Report struct {
Kind string `json:"kind"`
Scope string `json:"scope"`
Status string `json:"status"`
Total int `json:"total"`
Findings []Finding `json:"findings"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.