Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catppuccinyaml ¶ added in v1.0.0
type InstallFlavours ¶
type InstallLocation ¶
type Installation ¶
type Installation struct {
InstallLocation InstallLocation `yaml:"location"`
InstallFlavours InstallFlavours `yaml:"flavours"`
To string `yaml:"to"`
OneFlavour bool `yaml:"one_flavour"`
Modes []string `yaml:"modes"`
Comments string `yaml:"comments"`
}
type Program ¶
type Program struct {
AppName string `yaml:"app_name"`
BinaryName string `yaml:"binary_name"`
Installation Installation `yaml:"installation"`
}
func UnmarshalProgram ¶
type SearchEntry ¶ added in v0.3.0
type SearchRes ¶ added in v0.3.0
type SearchRes []SearchEntry
func UnmarshalSearch ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.