# Functions
CreateGoal creates a goal in the current environment.
DeleteGoal deletes a goal in the current environment.
GetExperimentResults returns the experiment results for a specific flag and goal.
GetGoal returns the goal with a given id.
GetGoals returns all goals for the current environment.
PatchGoal patches a goal in the current environment.
# Variables
Kinds are all the kinds that we can use for a goal.
# Structs
ExperimentResults holds the results of an experiment for a particular goal/flag combo.
Goal describes the goal type.
GoalURLMatchers describes the url matchers for a goal.
URLMatcherBase includes the kind of a url matcher in url matcher definitions.
URLMatcherCanonical describes a canonical url matcher.
URLMatcherExact describes an exact url matcher.
URLMatcherRegex describes a regex url matcher.
URLMatcherSubstring describes a substring url matcher.
Variation holds data about each result.