Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Payload ¶
type Payload struct {
File string `json:"file"`
Line int `json:"line"`
Severity string `json:"severity"`
Category string `json:"category"`
Title string `json:"title"`
Detail string `json:"detail"`
Suggestion string `json:"suggestion,omitempty"`
RepoRoot string `json:"repo_root"`
}
Payload is the data sent to an external process via stdin.
Click to show internal directories.
Click to hide internal directories.