config

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2016 License: MIT Imports: 4 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
}

type HomebrewDeploy

type HomebrewDeploy struct {
	Repo  string
	Token string
}

type ProjectConfig

type ProjectConfig struct {
	Repo       string
	Main       string
	BinaryName string `yaml:"binary_name"`
	Files      []string
	Brew       HomebrewDeploy
	Token      string
	Build      BuildConfig
}

func Load

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

Jump to

Keyboard shortcuts

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