Documentation
¶
Overview ¶
Package config loads, stores, and provides default values for work and break tasks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
func LoadConfig() error
Types ¶
type Notification ¶ added in v0.2.0
type Task ¶
type Task struct {
Title string
Duration time.Duration
Then [][]string
Notification Notification
}
Click to show internal directories.
Click to hide internal directories.