common

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(arr []string, str string) bool

Contains iterates over array of strings and returns true if any of them match (case insensitive)

Types

type Config

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

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL