Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubErrorReporter ¶
type GithubErrorReporter struct {
// contains filtered or unexported fields
}
func NewGithubErrorReporter ¶
func NewGithubErrorReporter(owner, repo, token string, logger *zap.SugaredLogger, logsURL string, snsClient *sns.SNS, snsTopicArn string) *GithubErrorReporter
func (*GithubErrorReporter) ReportError ¶
func (r *GithubErrorReporter) ReportError(e error)
func (*GithubErrorReporter) ReportPanic ¶
func (r *GithubErrorReporter) ReportPanic(e interface{}, requestEnv *alexa.RequestEnvelope)
Click to show internal directories.
Click to hide internal directories.