get notifications working

This commit is contained in:
Travis Shears 2025-09-30 12:58:15 +02:00
parent 0c617c8185
commit 1160665595
3 changed files with 46 additions and 25 deletions

4
gemlog/common.go Normal file
View file

@ -0,0 +1,4 @@
package gemlog
type Notification string
type ErrorMsg struct{ err error }