snitch

package
v1.260504.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2026 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SnitchCommand

func SnitchCommand(version string) *ffcli.Command

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL