Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RavenL7Proxy setups and serves a L7 proxy. // // owner: @luckymrwang // alpha: v0.3.1 // Setting on openyurt and raven-agent side. RavenL7Proxy featuregate.Feature = "RavenL7Proxy" )
Variables ¶
View Source
var ( // DefaultMutableFeatureGate is a mutable version of DefaultFeatureGate. DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate() // DefaultFeatureGate is a shared global FeatureGate. // Top-level commands/options setup that needs to modify this feature gate should use DefaultMutableFeatureGate. DefaultFeatureGate featuregate.FeatureGate = DefaultMutableFeatureGate )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.