Skip to content

Instantly share code, notes, and snippets.

@tolgaOzen
Created March 2, 2022 15:49
Show Gist options
  • Save tolgaOzen/e1e203fc48525f5acbe5f3113551415e to your computer and use it in GitHub Desktop.
Save tolgaOzen/e1e203fc48525f5acbe5f3113551415e to your computer and use it in GitHub Desktop.
create senior rule
response, err := client.Rule.Create(rule.Create{
Name: "is senior",
Conditions: []string{"user.attributes.tenure > 8"},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment