Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ExpiryTimeKey is the key of this feature source indicating // when features should be removed. DirectiveExpiryTime = "expiry-time" // NoLabel indicates whether the feature should be included // in exposed labels or not. DirectiveNoLabel = "no-label" // NoFeature indicates whether the feature should be included // in exposed raw features or not. DirectiveNoFeature = "no-feature" )
View Source
const DirectivePrefix = "# +"
DirectivePrefix defines the prefix of directives that should be parsed
View Source
const LabelFeature = "label"
LabelFeature of this feature source
View Source
const MaxFeatureFileSize = 65536
MaxFeatureFileSize defines the maximum size of a feature file size
View Source
const Name = "local"
Name of this feature source
View Source
const RawFeature = "feature"
RawFeature of this feature source
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.