# Functions
NewParser sets up the parser with the payload.
# Structs
Comment is information about the comment including the URL which has to be GET in order to retrieve the actual comment.
Issue is information about the context of the comment.
Parser parses the given payload and extracts information out of it.
Payload contains information about the event like, user, commit id and so on.
Repository contains information about the repository.
User is the user who left the comment.