Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnvGopath = "gopath" GitUser = "git.user" GitHost = "git.host" GitProject = "git.project" GitProvider = "git.provider" GitDirectory = "git.directory" 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" ChannelBuffer = "channels.buffer-size" MaxConcurrency = "channels.max-concurrency" )
Variables ¶
View Source
var ( CfgFile string // Version is dynamically set at build time using the -X linker flag. // Default value is used for testing and development builds. Version = "dev" )
Functions ¶
func LoadFixture ¶ added in v0.8.0
LoadFixture will load example configuration; for testing only!
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.