Skip to content

Commit

Permalink
Alert re-exports (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
assafad1 authored Feb 9, 2025
1 parent 409e4d1 commit 0c97340
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions go/alerts-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,21 @@ type AlertDefRecipients = alerts.Recipients
// AlertDefWebhooksSettings is a webhook setting for an alert.
type AlertDefWebhooksSettings = alerts.AlertDefWebhooksSettings

// NotificationDestination is a destination for notifications.
type NotificationDestination = alerts.NotificationDestination

// NotificationRouting is a routing for notifications.
type NotificationRouting = alerts.NotificationRouting

// SourceOverrides is a source override for alerts.
type SourceOverrides = alerts.SourceOverrides

// AlertsMessageConfigField is a message configuration field for alerts.
type AlertsMessageConfigField = alerts.MessageConfigField

// AlertsConnectorConfigField is a connector configuration field for alerts.
type AlertsConnectorConfigField = alerts.ConnectorConfigField

// AlertDefScheduleActiveOn represents the active on schedule of an alert.
type AlertDefScheduleActiveOn = alerts.AlertDefProperties_ActiveOn

Expand Down

0 comments on commit 0c97340

Please sign in to comment.