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"`
	IssueNumber int    `json:"issue_number" yaml:"issue_number"`
}

type JiraConfig

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

type TrackerConfig

type TrackerConfig struct {
	Github *GithubConfig `json:"github" yaml:"github"`
	Jira   *JiraConfig   `json:"jira" yaml:"jira"`
}

Jump to

Keyboard shortcuts

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