Documentation ¶
Index ¶
Constants ¶
View Source
const RETENTION = 30
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Version int `json:"version,omitempty"` DbPath string `json:"dbPath"` Db *bolt.DB `json:"-"` }
func (*Config) CurrentDate ¶
func (*Config) PreviousDate ¶
func (*Config) SaveConfig ¶
func (c *Config) SaveConfig()
Click to show internal directories.
Click to hide internal directories.