Documentation ¶
Index ¶
- func Build(fs filesystem.FileLoader) (int, error)
- func Content(fs filesystem.FileLoader, key string) (string, error)
- func Contents(fs filesystem.FileLoader) ([]string, map[string]string, error)
- func List(fs filesystem.FileLoader) ([]string, error)
- func Remove(fs filesystem.FileLoader, key string) error
- func Run(fs filesystem.FileLoader, src string, tgt string) (int, error)
- func SetAppIcon(prj *project.Project, fs filesystem.FileLoader, x *SVG, ...) error
- type SVG
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build(fs filesystem.FileLoader) (int, error)
func Content ¶
func Content(fs filesystem.FileLoader, key string) (string, error)
func Contents ¶
func Contents(fs filesystem.FileLoader) ([]string, map[string]string, error)
func List ¶
func List(fs filesystem.FileLoader) ([]string, error)
func Remove ¶
func Remove(fs filesystem.FileLoader, key string) error
func Run ¶
func Run(fs filesystem.FileLoader, src string, tgt string) (int, error)
func SetAppIcon ¶
func SetAppIcon(prj *project.Project, fs filesystem.FileLoader, x *SVG, logger *zap.SugaredLogger) error
Types ¶
Click to show internal directories.
Click to hide internal directories.