Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
262 Bytes
package nfymsg
// AlertBundle represents a bundle of outgoing alert notifications for a single service.
type AlertBundle struct {
Base
ServiceID string
ServiceName string // The service being notified for
Count int // Number of unacked alerts
}