Skip to content

Instantly share code, notes, and snippets.

@rcshubhadeep
Created July 21, 2021 17:13
Show Gist options
  • Save rcshubhadeep/824b35ccbafb46a0ea89c48438d15979 to your computer and use it in GitHub Desktop.
Save rcshubhadeep/824b35ccbafb46a0ea89c48438d15979 to your computer and use it in GitHub Desktop.
Create New Rule
func NewRule(triggerConditionOperator Operator, comparisonValue Event) map[Operator]Event {
return map[Operator]Event{triggerConditionOperator: comparisonValue}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment