config

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultGitHubToken = "<GITHUB_ACCESS_TOKEN>"
)

Variables

This section is empty.

Functions

func Edit

func Edit() error

Edit open a config file with editor

Types

type BitBar

type BitBar struct {
	FormulaPath  string `mapstructure:"formula_path"`
	PluginFolder string `mapstructure:"plugin_folder"`
}

BitBar represent a BitBar config for CLI

type Config

type Config struct {
	*BitBar
	*GitHub
}

Config represent a config file for CLI

func New

func New() (*Config, error)

New instantiate Config

type GitHub

type GitHub struct {
	Token string
}

GitHub represent a GitHub config for CLI

Jump to

Keyboard shortcuts

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