# Packages
No description provided by the author
# Functions
No description provided by the author
CircuitBreakerRulesUpdater load the newest []cb.Rule to downstream circuit breaker component.
FlowRuleJsonArrayParser provide JSON as the default serialization for list of flow.Rule.
FlowRulesUpdater load the newest []flow.Rule to downstream flow component.
HotSpotParamRuleJsonArrayParser decodes list of param flow rules from JSON bytes.
HotSpotParamRulesUpdater loads the provided hot-spot param rules to downstream rule manager.
IsolationRuleJsonArrayParser provide JSON as the default serialization for list of isolation.Rule.
IsolationRulesUpdater load the newest []isolation.Rule to downstream system component.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SystemRuleJsonArrayParser provide JSON as the default serialization for list of system.Rule.
SystemRulesUpdater load the newest []system.Rule to downstream system component.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
DefaultPropertyHandler encapsulate the Converter and updater of property.
No description provided by the author
No description provided by the author
No description provided by the author
SpecificValue indicates the specific param, contain the supported param kind and concrete value.
# Interfaces
The generic interface to describe the datasource Each DataSource instance listen in one property type.
No description provided by the author
# Type aliases
No description provided by the author
ParamKind represents the Param kind.
PropertyConverter func is to convert source message bytes to the specific property.
PropertyUpdater func is to update the specific properties to downstream.