mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Healthchecks.io is a service for monitoring cron jobs and similar periodic processes. Hosted: https://healthchecks.io/ API-Doc: https://healthchecks.io/docs/api/ GitHub: https://github.com/healthchecks/healthchecks This module can be used both with hosted and self-hosted healthchecks.
7 lines
193 B
Go
7 lines
193 B
Go
package healthchecks
|
|
|
|
func (widget *Widget) initializeKeyboardControls() {
|
|
widget.InitializeHelpTextKeyboardControl(widget.ShowHelp)
|
|
widget.InitializeRefreshKeyboardControl(widget.Refresh)
|
|
}
|