Documentation
¶
Overview ¶
Package logs reads a bounded excerpt of a failing check's output. A rule matches its signal against that excerpt, never against a check name alone.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fetcher ¶
type Fetcher struct {
GitHub *github.Client
CircleCI *circleci.Client
// HTTP downloads the redirect target of an Actions job log. Nil uses a
// client with a timeout of its own.
HTTP *http.Client
}
Fetcher reads check logs. A source with no client returns no excerpt, and a rule that needs it does not match.
Click to show internal directories.
Click to hide internal directories.