added the notify module

This commit is contained in:
2026-01-24 20:35:40 +11:00
parent 0c3d4ef095
commit 65e8bd07e1
14 changed files with 2728 additions and 0 deletions

10
notify/test_output.txt Normal file
View File

@@ -0,0 +1,10 @@
# git.haelnorr.com/h/golib/notify [git.haelnorr.com/h/golib/notify.test]
./notifier_test.go:55:23: sub.unsubscribelock undefined (type *Subscriber has no field or method unsubscribelock)
./notifier_test.go:198:6: sub.unsubscribelock undefined (type *Subscriber has no field or method unsubscribelock)
./notifier_test.go:210:6: sub.unsubscribelock undefined (type *Subscriber has no field or method unsubscribelock)
./subscriber_test.go:361:22: sub.unsubscribed undefined (type *Subscriber has no field or method unsubscribed)
./subscriber_test.go:365:21: sub.unsubscribed undefined (type *Subscriber has no field or method unsubscribed)
./subscriber_test.go:369:21: sub.unsubscribed undefined (type *Subscriber has no field or method unsubscribed)
./subscriber_test.go:381:23: sub.unsubscribelock undefined (type *Subscriber has no field or method unsubscribelock)
./subscriber_test.go:382:22: sub.unsubscribed undefined (type *Subscriber has no field or method unsubscribed)
FAIL git.haelnorr.com/h/golib/notify [build failed]