Versions in this module Expand all Collapse all v0 v0.0.16 Jun 29, 2021 v0.0.15 Jun 29, 2021 Changes in this version type ConnectorInput + Enterprise *EnterpriseConnectorInput v0.0.14 Jun 29, 2021 Changes in this version + type AbuseRateLimitError struct + BackoffInSeconds int + func (e AbuseRateLimitError) Error() string + type CommentAlreadyWrittenError struct + func (e CommentAlreadyWrittenError) Error() string + type CommentNotValidError struct + func (e CommentNotValidError) Error() string + type Commenter struct + func NewCommenter(input ConnectorInput) (*Commenter, error) + func (c *Commenter) WriteGeneralComment(comment string) error + func (c *Commenter) WriteLineComment(file, comment string, line int) error + func (c *Commenter) WriteMultiLineComment(file, comment string, startLine, endLine int) error + type ConnectorInput struct + Owner string + PRNumber int + Repo string + Token string + type EnterpriseConnectorInput struct + BaseURL string + UploadURL string + type PrDoesNotExistError struct + func (e PrDoesNotExistError) Error() string