The highest tagged major version is
v4 .
Discover Packages
github.com/Unleash/unleash-client-go/v3
internal
api
package
Version:
v3.5.0
Opens a new window with list of versions in this module.
Published: Apr 28, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type EventData struct {
Name string `json:"name"`
Description string `json:"description"`
Enabled bool `json:"enabled"`
Strategies []api .Strategy `json:"strategies"`
CreatedAt time .Time `json:"createdAt"`
}
type EventDiff struct {
Kind string `json:"kind"`
Path []string `json:"path"`
Lhs bool `json:"lhs"`
Rhs bool `json:"rhs"`
}
type ToggleCount struct {
Yes int32 `json:"yes"`
No int32 `json:"no"`
Variants map[string ]int32 `json:"variants"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.