Prefer SSH ref
This commit is contained in:
parent
bbfa9d3084
commit
d3a5a89c0e
3 changed files with 3 additions and 2 deletions
|
@ -171,6 +171,7 @@ type GitLabRepository struct {
|
|||
Path string
|
||||
PathWithNamespace string `json:"path_with_namespace"`
|
||||
DefaultBranch string `json:"default_branch"`
|
||||
SshUrlToRepo string `json:"ssh_url_to_repo"`
|
||||
HttpUrlToRepo string `json:"http_url_to_repo"`
|
||||
AvatarURL string `json:"avatar_url"`
|
||||
LastActivityAt time.Time `json:"last_activity_at,omitempty"`
|
||||
|
|
Reference in a new issue