config

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2017 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildConfig

type BuildConfig struct {
	Oses   []string
	Arches []string
	Main   string
}

BuildConfig contains the build configuration section

type GitInfo added in v0.1.1

type GitInfo struct {
	CurrentTag  string
	PreviousTag string
	Diff        string
}

GitInfo includes tags and diffs used in some point

type Homebrew added in v0.1.6

type Homebrew struct {
	Repo    string
	Token   string
	Caveats string
}

Homebrew contains the brew section

type ProjectConfig

type ProjectConfig struct {
	Repo       string
	BinaryName string `yaml:"binary_name"`
	Files      []string
	Brew       Homebrew
	Token      string
	Build      BuildConfig
	Git        GitInfo `yaml:"_"`
}

ProjectConfig includes all project configuration

func Load

func Load(file string) (config ProjectConfig, err error)

Load config file

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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