Documentation ¶ Index ¶ func Schema() []byte func Validate(c *config) error type Config func Load(path string) (*Config, error) type Error func (e *Error) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Schema ¶ func Schema() []byte func Validate ¶ func Validate(c *config) error Types ¶ type Config ¶ type Config struct { Apk *apk.Config Appinstaller *appinstaller.Config Apt *apt.Config Arch *arch.Config Yum *yum.Config Sparkle *sparkle.Config } func Load ¶ func Load(path string) (*Config, error) type Error ¶ type Error struct{ Errors []string } func (*Error) Error ¶ func (e *Error) Error() string Source Files ¶ View all Source files apk.goappinstaller.goapt.goarch.goconfig.goschema.gosource.gosparkle.gotarget.govalidate.goyum.go Click to show internal directories. Click to hide internal directories.