Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiResponse ¶
type ApiResponse struct {
IntervalAllowed int `json:"intervalAllowed"`
SecretMenu SecretMenu `json:"secretMenu"`
Flags []FeatureFlag `json:"flags"`
}
type CircuitState ¶
type CircuitState struct {
// contains filtered or unexported fields
}
type FeatureFlag ¶
type FeatureFlag struct {
Enabled bool `json:"enabled"`
Details FlagDetails `json:"details"`
}
type FlagDetails ¶
type SecretMenu ¶
type SecretMenu struct {
Sequence []string `json:"sequence"`
}
Click to show internal directories.
Click to hide internal directories.