Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthType ¶
type AuthType string
AuthType represents an authentication type within GitLab.
const ( // BasicAuth is gitlab's BasicAuth method of authentification that needs a username and a password BasicAuth AuthType = "BasicAuth" // JobToken is gitlab's JobToken method of authentification JobToken AuthType = "JobToken" // OAuthToken is gitlab's OAuthToken method of authentification OAuthToken AuthType = "OAuthToken" // PersonalAccessToken is gitlab's PersonalAccessToken method of authentification. PersonalAccessToken AuthType = "PersonalAccessToken" )
Click to show internal directories.
Click to hide internal directories.