Added lots of services and fixed bug with ID for websocket calls

This commit is contained in:
Sam Lewis
2022-10-13 02:17:36 -04:00
parent 7f9e346d34
commit b99c1e5925
13 changed files with 379 additions and 59 deletions
+1
View File
@@ -56,6 +56,7 @@ func (a *app) Cleanup() {
}
func (a *app) RegisterSchedule(s schedule) {
s.callback(a.service, a.state)
if s.err != nil {
log.Fatalln(s.err) // something wasn't configured properly when the schedule was built
}