Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SnitchCommand ¶
SnitchCommand returns the top-level snitch command.
Types ¶
type GitHubIssue ¶
type GitHubIssue struct {
Number int `json:"number"`
Title string `json:"title"`
HTMLURL string `json:"html_url"`
State string `json:"state"`
}
GitHubIssue represents a GitHub issue (search result or creation response).
type LogEntry ¶
type LogEntry struct {
Description string `json:"description"`
Repro string `json:"repro,omitempty"`
Expected string `json:"expected,omitempty"`
Actual string `json:"actual,omitempty"`
Labels []string `json:"labels,omitempty"`
Severity string `json:"severity"`
Timestamp time.Time `json:"timestamp"`
ASCVersion string `json:"asc_version"`
OS string `json:"os"`
}
LogEntry represents a friction report.
Click to show internal directories.
Click to hide internal directories.