package
Version:
v0.4.2
Opens a new window with list of versions in this module.
Published: Dec 15, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Contains iterates over array of strings and returns true if any of them match (case insensitive)
type Config struct {
Github Github
ExcludeRepos []string `flag:"excluderepos" env:"EXCLUDE_REPOS"`
ImpersonateTags bool `flag:"impersonatetags" env:"IMPERSONATE_TAGS"`
Port int `flag:"port" env:"HTTP_PORT"`
}
type Github struct {
AppId int64 `flag:"appid" env:"GITHUB_APP_ID"`
WebhookSecretKey string `flag:"webhooksecret" env:"GITHUB_WEBHOOK_SECRET"`
PrivateKey string `flag:"privatekey" env:"GITHUB_PRIVATE_KEY"`
EnterpriseURL string `flag:"enterpriseurl" env:"GITHUB_ENTERPRISE_URL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.