globals

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AUTHTOKEN string
View Source
var GITHUBCLIENT *github.Client
View Source
var GITHUBUSER *github.User

Functions

This section is empty.

Types

type Config added in v1.3.0

type Config struct {
	Orgs []Org   `json:"orgs"`
	Hook Webhook `json:"webhook"`
}
var CONFIG Config

type Org added in v1.3.0

type Org struct {
	Name  string `json:"name"`
	Repos []Repo `json:"repos"`
}

type Repo added in v1.4.0

type Repo struct {
	Name       string `json:"name"`
	UseWebhook bool   `json:"useWebhook"`
}

type Webhook added in v1.3.0

type Webhook struct {
	Url         string `json:"url"`
	ContentType string `json:"content_type"`
	Secret      string `json:"secret"`
	SSLVerify   string `json:"ssl_verify"`
}

Jump to

Keyboard shortcuts

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