Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MaskConfig ¶
type PaintConfig ¶
type PaintConfig struct { Template string `json:"template"` Masks []MaskConfig `json:"masks"` }
func ReadConfigFile ¶
func ReadConfigFile(path string) (config PaintConfig, err error)
Click to show internal directories.
Click to hide internal directories.