Documentation ¶
Index ¶
Constants ¶
View Source
const AttributeFeature = "attribute"
AttributeFeature of this feature source
View Source
const FlagFeature = "flag"
FlagFeature of this feature source
View Source
const InstanceFeature = "instance"
InstanceFeature of this feature source
View Source
const Name = "fake"
Name of this feature source
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Labels map[string]string `json:"labels"` FlagFeatures []string `json:"flagFeatures"` AttributeFeatures map[string]string `json:"attributeFeatures"` InstanceFeatures []FakeInstance `json:"instanceFeatures"` }
Config contains the configuration parameters of this source.
type FakeInstance ¶
Click to show internal directories.
Click to hide internal directories.