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 BinaryName string `yaml:"binary_name"` Files []string Brew HomebrewDeploy Token string Build BuildConfig Git GitInfo `yaml:"_"` }
func Load ¶
func Load(file string) (config ProjectConfig, err error)
Click to show internal directories.
Click to hide internal directories.