Documentation ¶
Index ¶
Constants ¶
View Source
const ( CONFIG_FILE_NAME = ".bmp_config" CONFIG_PATH = "~/" + CONFIG_FILE_NAME )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config interface { Path() string LoadConfig() (ConfigInfo, error) SaveConfig(configInfo ConfigInfo) error }
type ConfigInfo ¶
Click to show internal directories.
Click to hide internal directories.