package
0.0.0-20211218234035-519d529610bd
Repository: https://github.com/onestay/marathontools-api.git
Documentation: pkg.go.dev

# Functions

InitSettings will return a SettingsProvider.
NewChecklist initializes and returns a new Checklist.
NewController returns a new base controller.

# Constants

TimerFinished represents a finished timer.
TimerPaused represents a paused timer.
TimerRunning represents a running timer.
TimerStopped represents a stopped timer.

# Structs

Checklist provides the implementation of a checklist.
Controller is the base struct for any controller.
Settings provides just some general settings.
SettingsProvider provides something idk.

# Type aliases

TimerState is an alias of int to represent timer state.