config

package
v0.0.0-...-cc2426d Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubConfig

type GithubConfig struct {
	AccessToken   string `json:"access_token" yaml:"access_token"`
	PrivateKey    string `json:"private_key" yaml:"private_key"`
	WebhookSecret string `json:"webhook_secret" yaml:"webhook_secret"`
	IssueNumber   int    `json:"issue_number" yaml:"issue_number"`
}

type GitlabConfig

type GitlabConfig struct {
	AccessToken string `json:"access_token" yaml:"access_token"`
}

type VcsConfig

type VcsConfig struct {
	Github *GithubConfig `json:"github" yaml:"github"`
	Gitlab *GitlabConfig `json:"gitlab" yaml:"gitlab"`
}

Jump to

Keyboard shortcuts

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