Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildConfig ¶
type HomebrewDeploy ¶
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)
Click to show internal directories.
Click to hide internal directories.