Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateIcons ¶
func GenerateIcons(params *IconsParams) error
func GenerateSplashScreen ¶
func GenerateSplashScreen(params *SplashParams) error
Types ¶
type IconsParams ¶
type SplashParams ¶
type SplashTemplateData ¶
type SplashTemplateData struct {
BorderColor string `yaml:"splash-border-color"`
Title string `yaml:"title"`
TitleColor string `yaml:"title-color"`
Subheading string `yaml:"subheading"`
SubheadingColor string `yaml:"subheading-color"`
BackgroundFill string `yaml:"background-fill"`
Copyright string `yaml:"copyright"`
CopyrightYear int `yaml:"copyright-year"`
}
Click to show internal directories.
Click to hide internal directories.