config

package
v0.0.0-...-ab9d506 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2018 License: MIT Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitHub

type GitHub struct {
	// AccessToken is the personal access token used to authenticate with
	// GitHub.
	AccessToken string

	// RepoOwner is the owner of the GitHub repository to migrate issues to.
	RepoOwner string

	// RepoName is the name of the GitHub repository to migrate issues to.
	RepoName string
}

GitHub holds GitHub configuration

type Jira

type Jira struct {
	// URL is the URL of the Jira instance to retrieve information from.
	// Must be a full URL, with a scheme and host.
	URL string

	// Project is the Jira project to retrieve issues for
	Project string

	// Username is the name of the user account to authenticate with
	Username string

	// Password is the user password value to authenticate with
	Password string
}

Jira holds Jira specific configuration

Jump to

Keyboard shortcuts

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