Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFetchIssues = errors.New("fetch issues") ErrStoreIssues = errors.New("store issues") )
Sentinel errors for classifying parser failures. Callers can use these with errors.Is to decide retry strategy.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.