Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Overleash *overleash.OverleashContext // contains filtered or unexported fields }
type EvaluatedToggle ¶
type EvaluatedToggle struct { Name string `json:"name"` Enabled bool `json:"enabled"` Variant EvaluatedVariant `json:"variant"` ImpressionData bool `json:"impressionData"` }
type EvaluatedVariant ¶
type EvaluatedVariant struct { Name string `json:"name"` Enabled bool `json:"enabled"` Payload VariantPayload `json:"payload"` FeatureEnabled bool `json:"feature_enabled"` OldFeatureEnabled bool `json:"featureEnabled"` }
type FrontendResult ¶
type FrontendResult struct {
Toggles []EvaluatedToggle `json:"toggles"`
}
type ResolvedToggle ¶
type Variant ¶
type Variant struct { Name string `json:"name"` Enabled bool `json:"enabled"` FeatureEnabled bool `json:"feature_enabled"` Payload VariantPayload `json:"payload"` }
type VariantPayload ¶
Click to show internal directories.
Click to hide internal directories.