Versions in this module Expand all Collapse all v0 v0.1.2 Apr 21, 2021 Changes in this version type Notification + ContentType string v0.1.1 Apr 21, 2021 Changes in this version + type CategoryEnum string + const HW_HEALTH + const SECURITY + const SW_HEALTH + type Notification struct + Category CategoryEnum + Content string + Created int + Description string + Id string + Labels []string + Modified int + Sender string + Severity SeverityEnum + Slug string + Status StatusEnum + type NotificationsClient interface + SendNotification func(ctx context.Context, n Notification) error + func NewNotificationsClient(urlClient interfaces.URLClient) NotificationsClient + type SeverityEnum string + const CRITICAL + const NORMAL + type StatusEnum string + const ESCALATED + const NEW + const PROCESSED