Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
Dependencies is a set of dependencies required by the Monitor.
type Monitor ¶
type Monitor struct { Dependencies // contains filtered or unexported fields }
Monitor is responsible for monitoring the HRT clicker application. It monitors for the next dosage time and sends notifications to the user via the gotify service configured in the dependency configuration.
func NewMonitor ¶
func NewMonitor(deps Dependencies) *Monitor
Click to show internal directories.
Click to hide internal directories.