Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddMissing ¶
Types ¶
type ErrorReporter ¶
type ErrorReporter struct {
// contains filtered or unexported fields
}
func NewErrorReporter ¶
func NewErrorReporter(owner, repo, token string, logger *zap.SugaredLogger, logsURL string, snsClient *sns.SNS, snsTopicArn string) *ErrorReporter
func (*ErrorReporter) ReportError ¶
func (r *ErrorReporter) ReportError(e error)
func (*ErrorReporter) ReportPanic ¶
func (r *ErrorReporter) ReportPanic(e interface{}, context interface{})
type GithubPersistence ¶
type GithubPersistence struct {
// contains filtered or unexported fields
}
func NewPersistence ¶
func NewPersistence(owner, repo string, issueCommentID int64, token string) *GithubPersistence
func (*GithubPersistence) Persist ¶
func (pp *GithubPersistence) Persist(findings []string) error
Click to show internal directories.
Click to hide internal directories.