Skip to content

alerting🔗

Objects🔗

Builders🔗

Functions🔗

NewQuery🔗

NewQuery creates a new Query object.

func NewQuery() *Query

NewRuleGroup🔗

NewRuleGroup creates a new RuleGroup object.

func NewRuleGroup() *RuleGroup

NewNotificationSettings🔗

NewNotificationSettings creates a new NotificationSettings object.

func NewNotificationSettings() *NotificationSettings

NewContactPoint🔗

NewContactPoint creates a new ContactPoint object.

func NewContactPoint() *ContactPoint

NewMatcher🔗

NewMatcher creates a new Matcher object.

func NewMatcher() *Matcher

NewMuteTiming🔗

NewMuteTiming creates a new MuteTiming object.

func NewMuteTiming() *MuteTiming

NewNotificationTemplate🔗

NewNotificationTemplate creates a new NotificationTemplate object.

func NewNotificationTemplate() *NotificationTemplate

NewRule🔗

NewRule creates a new Rule object.

func NewRule() *Rule

NewRecordRule🔗

NewRecordRule creates a new RecordRule object.

func NewRecordRule() *RecordRule

NewRelativeTimeRange🔗

NewRelativeTimeRange creates a new RelativeTimeRange object.

func NewRelativeTimeRange() *RelativeTimeRange

NewNotificationPolicy🔗

NewNotificationPolicy creates a new NotificationPolicy object.

func NewNotificationPolicy() *NotificationPolicy

NewTimeInterval🔗

NewTimeInterval creates a new TimeInterval object.

func NewTimeInterval() *TimeInterval

NewTimeRange🔗

NewTimeRange creates a new TimeRange object.

func NewTimeRange() *TimeRange

NewWeekdayRange🔗

NewWeekdayRange creates a new WeekdayRange object.

func NewWeekdayRange() *WeekdayRange

NewDayOfMonthRange🔗

NewDayOfMonthRange creates a new DayOfMonthRange object.

func NewDayOfMonthRange() *DayOfMonthRange

NewYearRange🔗

NewYearRange creates a new YearRange object.

func NewYearRange() *YearRange

NewMonthRange🔗

NewMonthRange creates a new MonthRange object.

func NewMonthRange() *MonthRange

QueryConverter🔗

QueryConverter accepts a Query object and generates the Go code to build this object using builders.

func QueryConverter(input Query) string

RuleGroupConverter🔗

RuleGroupConverter accepts a RuleGroup object and generates the Go code to build this object using builders.

func RuleGroupConverter(input RuleGroup) string

NotificationSettingsConverter🔗

NotificationSettingsConverter accepts a NotificationSettings object and generates the Go code to build this object using builders.

func NotificationSettingsConverter(input NotificationSettings) string

ContactPointConverter🔗

ContactPointConverter accepts a ContactPoint object and generates the Go code to build this object using builders.

func ContactPointConverter(input ContactPoint) string

MatcherConverter🔗

MatcherConverter accepts a Matcher object and generates the Go code to build this object using builders.

func MatcherConverter(input Matcher) string

MuteTimingConverter🔗

MuteTimingConverter accepts a MuteTiming object and generates the Go code to build this object using builders.

func MuteTimingConverter(input MuteTiming) string

NotificationTemplateConverter🔗

NotificationTemplateConverter accepts a NotificationTemplate object and generates the Go code to build this object using builders.

func NotificationTemplateConverter(input NotificationTemplate) string

RuleConverter🔗

RuleConverter accepts a Rule object and generates the Go code to build this object using builders.

func RuleConverter(input Rule) string

RecordRuleConverter🔗

RecordRuleConverter accepts a RecordRule object and generates the Go code to build this object using builders.

func RecordRuleConverter(input RecordRule) string

NotificationPolicyConverter🔗

NotificationPolicyConverter accepts a NotificationPolicy object and generates the Go code to build this object using builders.

func NotificationPolicyConverter(input NotificationPolicy) string

TimeIntervalConverter🔗

TimeIntervalConverter accepts a TimeInterval object and generates the Go code to build this object using builders.

func TimeIntervalConverter(input TimeInterval) string

TimeRangeConverter🔗

TimeRangeConverter accepts a TimeRange object and generates the Go code to build this object using builders.

func TimeRangeConverter(input TimeRange) string

WeekdayRangeConverter🔗

WeekdayRangeConverter accepts a WeekdayRange object and generates the Go code to build this object using builders.

func WeekdayRangeConverter(input WeekdayRange) string

DayOfMonthRangeConverter🔗

DayOfMonthRangeConverter accepts a DayOfMonthRange object and generates the Go code to build this object using builders.

func DayOfMonthRangeConverter(input DayOfMonthRange) string

YearRangeConverter🔗

YearRangeConverter accepts a YearRange object and generates the Go code to build this object using builders.

func YearRangeConverter(input YearRange) string

MonthRangeConverter🔗

MonthRangeConverter accepts a MonthRange object and generates the Go code to build this object using builders.

func MonthRangeConverter(input MonthRange) string