- Client with global and instance-based usage - Fluent EventBuilder for complex notifications - HTTP transport with context support - Offline queue with JSON persistence - Severity levels and notification actions - Thread-safe operations with sync.RWMutex - Full README with examples
10 lines
150 B
Modula-2
10 lines
150 B
Modula-2
module github.com/IronServices/ironnotify-go
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.1
|
|
)
|
|
|
|
require golang.org/x/net v0.17.0 // indirect
|