config

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2016 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Repos map[string]Repo
	Signature
}

func ReadConfig

func ReadConfig(filename string) (Config, error)

Read YAML config file

type Repo

type Repo struct {
	URL    string
	Path   string
	Branch string
}

type Signature

type Signature struct {
	Name  string
	Email string
}

Jump to

Keyboard shortcuts

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