# Functions
NewGitlab news Gitlab v3 or v4 client according to the API version detected from Gitlab server,.
ParseEvent parses data from Gitlab events.
# Constants
EventTypeHeader represents the header key for event type of Gitlab.
MergeRequestHookEvent represents merge request event.
NoteHookEvent represents comments event.
PushHookEvent represents commit push event.
TagPushHookEvent represents tag push event.
# Structs
MergeCommentEvent ...
MergeRequest ...
V3 represents the SCM provider of API V3 GitLab.
V4 represents the SCM provider of API V4 GitLab.