config

package
v0.0.0-...-ae3a166 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2017 License: GPL-3.0 Imports: 4 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 {
	PortDir    string
	Order      []string
	Alias      [][]string
	IndentChar string
	ErrorChar  string
	DarkColor  color.Attribute
	ErrorColor color.Attribute
	LightColor color.Attribute
	Pull       map[string]Pull
}

Config is a stuct with all config values.

func Load

func Load() *Config

Load loads the config.

type Pull

type Pull struct {
	URL    string
	Branch string
}

Pull is a struct with values related to repos.

Jump to

Keyboard shortcuts

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