Documentation
¶
Overview ¶
package featureset provides a way to check whether a feature is enabled in the current build. This package should not implement any logic itself, but only define constants that are set at build time.
Index ¶
Constants ¶
View Source
const CanFetchMeasurements = canFetchMeasurements
CanFetchMeasurements returns whether the current build can fetch measurements.
View Source
const CanUpgradeCheck = canUpgradeCheck
CanUpgradeCheck returns whether the current build can check for upgrades. This also includes fetching new measurements.
View Source
const CanUseEmbeddedMeasurmentsAndImage = canUseEmbeddedMeasurmentsAndImage
CanUseEmbeddedMeasurmentsAndImage returns whether the current build can use embedded measurements and can provide a node image.
View Source
const CurrentEdition = edition
CurrentEdition is the edition of the current build.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.