package
0.0.15
Repository: https://github.com/launchdarkly-labs/ldc.git
Documentation: pkg.go.dev

# 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.

# Constants

Click represents a click goal.
Custom represents a custom event goal.
PageView indicates a page view goal.

# 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.