LearnGO/go/pkg/mod/github.com/golang-migrate/migrate/v4@v4.17.1/source/gitlab
2024-09-19 21:38:24 -04:00
..
examples/migrations whatcanGOwrong 2024-09-19 21:38:24 -04:00
.gitignore whatcanGOwrong 2024-09-19 21:38:24 -04:00
gitlab_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
gitlab.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
README.md whatcanGOwrong 2024-09-19 21:38:24 -04:00

gitlab

gitlab://user:personal-access-token@gitlab_url/project_id/path#ref

URL Query WithInstance Config Description
user The username of the user connecting
personal-access-token An access token from Gitlab (https://<gitlab_url>/profile/personal_access_tokens)
gitlab_url url of the gitlab server
project_id id of the repository
path path in repo to migrations
ref (optional) can be a SHA, branch, or tag