Documentation
¶
Index ¶
Constants ¶
View Source
const ( Version = "v0.5.0" EnvGopath = "gopath" GitUser = "git.user" GitHost = "git.host" GitProject = "git.project" GitProvider = "git.provider" SourceBranch = "git.default-branch" // User, Host, Project, Repo CloneSSHURLTmpl = "ssh://%s@%s/%s/%s.git" SortRepos = "repos.sort" RepoAliases = "repos.aliases" UnwantedLabels = "repos.unwanted-labels" SkipUnwanted = "repos.skip-unwanted" DefaultReviewers = "repos.reviewers" CatalogCacheFile = "repos.cache.filename" CatalogCacheTTL = "repos.cache.ttl" CommitAmend = "commit.amend" CommitMessage = "commit.message" Branch = "branch" Reviewers = "reviewers" AuthToken = "auth-token" UseSync = "sync" ChannelBuffer = "channels.buffer-size" // Bitbucket v1 API PR template - Host, Project, Repo ApiPathTmpl = "https://%s/rest/api/1.0/projects/%s/repos/%s/pull-requests" PrTmpl = `` /* 182-byte string literal not displayed */ PrRepoTmpl = `{ "slug": "%s", "project": {"key": "%s"} }` PrReviewerTmpl = `{ "user": {"name": "%s"} }` )
Variables ¶
View Source
var CfgFile string
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.