Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GithubRepo = models.Repo{ CloneURL: "https://user:password@github.com/runatlantis/atlantis.git", FullName: "runatlantis/atlantis", Owner: "runatlantis", SanitizedCloneURL: "https://github.com/runatlantis/atlantis.git", Name: "atlantis", VCSHost: models.VCSHost{ Hostname: "github.com", Type: models.Github, }, }
View Source
var GitlabRepo = models.Repo{ CloneURL: "https://user:password@github.com/runatlantis/atlantis.git", FullName: "runatlantis/atlantis", Owner: "runatlantis", SanitizedCloneURL: "https://gitlab.com/runatlantis/atlantis.git", Name: "atlantis", VCSHost: models.VCSHost{ Hostname: "gitlab.com", Type: models.Gitlab, }, }
View Source
var Pull = models.PullRequest{
Num: 1,
HeadCommit: "16ca62f65c18ff456c6ef4cacc8d4826e264bb17",
HeadBranch: "branch",
Author: "lkysow",
URL: "url",
}
View Source
var User = models.User{
Username: "lkysow",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.