Documentation ¶
Index ¶
- type Toggle
- func (t *Toggle) CustomAnalyticsDefined() bool
- func (t *Toggle) Defined() bool
- func (t *Toggle) Enabled() bool
- func (t *Toggle) GetProps() map[string]interface{}
- func (t *Toggle) IsCustom() bool
- func (t *Toggle) SetCFAnalyticsEnabled(value bool) error
- func (t *Toggle) SetCustomAnalyticsEnabled(value bool) error
- func (t *Toggle) SetProp(k, v string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Toggle ¶
type Toggle struct { CfAnalyticsEnabled bool `json:"cfAnalyticsEnabled"` CustomAnalyticsEnabled bool `json:"customAnalyticsEnabled"` // contains filtered or unexported fields }
func (*Toggle) CustomAnalyticsDefined ¶ added in v0.0.12
func (*Toggle) SetCFAnalyticsEnabled ¶ added in v0.0.12
func (*Toggle) SetCustomAnalyticsEnabled ¶ added in v0.0.12
Click to show internal directories.
Click to hide internal directories.