Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigDir string
Functions ¶
func InitConfig ¶
func InitConfig()
Types ¶
type App ¶
type App struct {
Repository Repository `yaml:"repository"`
Name string `yaml:"name"`
Namespace string `yaml:"namespace"`
URL string `yaml:"url"`
SHA256 string `yaml:"sha256"`
Version string `yaml:"version"`
PreInstall []PreInstall `yaml:"pre_install"`
PostInstall []PostInstall `yaml:"post_install"`
}
type AppConfig ¶
type PostInstall ¶
type PreInstall ¶
type Repository ¶
Click to show internal directories.
Click to hide internal directories.