Files
David Friedel 961d963feb Implement IronNotify Go SDK
- 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
2025-12-25 10:50:06 +00:00

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/