# Functions

NewCommenter creates a Commenter for updating PR with comments.
NewEnterpriseCommenter creates a Commenter for updating PR with comments in an Enterprise Github Server.

# Structs

AbuseRateLimitError return when the GitHub abuse rate limit is hit.
CommentAlreadyWrittenError returned when the error can't be written as it already exists.
Commenter is the main commenter struct.
CommentNotValidError returned when the comment is for a file or line not in the pr.
PrDoesNotExistError returned when the PR can't be found, either as 401 or not existing.