Skip to content

alerting🔗

Objects🔗

Builders🔗

Functions🔗

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

TimeIntervalItemConverter🔗

TimeIntervalItemConverter accepts a TimeIntervalItem object and generates the Go code to build this object using builders.

func TimeIntervalItemConverter(input TimeIntervalItem) string

TimeIntervalTimeRangeConverter🔗

TimeIntervalTimeRangeConverter accepts a TimeIntervalTimeRange object and generates the Go code to build this object using builders.

func TimeIntervalTimeRangeConverter(input TimeIntervalTimeRange) string