MCPcopy
hub / github.com/apache/devlake / GitlabConn

Struct GitlabConn

backend/plugins/gitlab/models/connection.go:31–34  ·  view source on GitHub ↗

GitlabConn holds the essential information to connect to the Gitlab API

Source from the content-addressed store, hash-verified

29
30// GitlabConn holds the essential information to connect to the Gitlab API
31type GitlabConn struct {
32 api.RestConnection `mapstructure:",squash"`
33 api.AccessToken `mapstructure:",squash"`
34}
35
36const GitlabCloudEndPoint string = "https://gitlab.com/api/v4/"
37const GitlabApiClientData_UserId string = "UserId"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected