# Functions
FetchProject will try to fetch requested project by impersonating gitlab user using the access token.
RequestNewTokens uses Gitlab OAuth to generate new access tokens.
TestMockup spins an Gitlab API httptest server.
# Variables
DummyProject is a Gitlab project usable in various tests.
# Structs
OAuthResponse allows easy parsing of /oauth/token Gitlab response.
ProjectInfo struct contains all the required data about a Gitlab Project.