config

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Jira struct {
		Host  string
		User  string
		Token string
	}
}

Config describes the format of the YAML config stored in .jit/config.yaml.

func Load

func Load(gitRepoPath string) (*Config, error)

Load reads the Jit configuration from a Git repository.

func Prompt

func Prompt(configFilePath string, existingConfig *Config) (*Config, error)

Prompt asks the user to fill in the configuration and saves it in `configFilePath`.

func (*Config) JiraClient

func (config *Config) JiraClient() (*jira.Client, error)

JiraClient returns a Jira API client.

Jump to

Keyboard shortcuts

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