Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Directories stores the locations of relevant folders Directories struct { RootPhotoDir string `json:"rootPhotoDirectory"` } `json:"directories"` }
Config stores all the information that the CLI needs to run
func LoadConfigOrCreateIt ¶
Click to show internal directories.
Click to hide internal directories.