add Exceptions to eventListener

This commit is contained in:
Sam Lewis
2022-10-31 02:01:24 -04:00
parent d077c3feec
commit d158524783
4 changed files with 52 additions and 3 deletions

5
app.go
View File

@@ -35,6 +35,11 @@ See https://pkg.go.dev/time#ParseDuration for all valid time units.
*/
type DurationString string
type timeRange struct {
start time.Time
end time.Time
}
/*
NewApp establishes the websocket connection and returns an object
you can use to register schedules and listeners.