# Functions
New returns a new Client connection to Gitlab.
# Variables
CachedStats is to store scraped data for caching purposes.
# Structs
ApprovalStats is the struct for Gitlab Approvals data we want.
ChangeStats is the struct for the total amount of changes within a MR.
ExporterClient contains Gitlab information for connecting.
MergeClosedStats is the struct for closed merge requests.
MergeMergedStats is the strucct for merged merge requests.
MergeRequestStats is the base struct for Gitlab Merge Requests data we want.
ProjectStats is the struct for Gitlab projects data we want.
Stats struct is the list of expected to results to export.