- 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
29 lines
226 B
Plaintext
29 lines
226 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Output of go coverage tool
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local storage
|
|
.ironnotify/
|