Add gitlab repo url

This commit is contained in:
Kirill Zaitsev 2014-10-27 14:32:44 +03:00
parent 459759370f
commit c7649e15b1

View file

@ -75,6 +75,7 @@ func (r *Gitlab) GetRepos(user *model.User) ([]*model.Repo, error) {
CloneURL: item.HttpRepoUrl,
GitURL: item.HttpRepoUrl,
SSHURL: item.SshRepoUrl,
URL: item.Url,
Role: &model.Perm{},
}