# Packages

No description provided by the author
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.
GetCircuitBreakerRules 获取熔断策略.
GrayRuleJsonArrayParser 从src JSON 字节解码Gray规则列表.
GrayRulesUpdater loads the provided gray rules to downstream rule manager.
HotSpotParamRuleJsonArrayParser decodes list of param flow rules from JSON bytes.
HotSpotParamRulesUpdater loads the provided hot-spot param rules to downstream rule manager.
HotSpotParamRuleTrans 对象转换为json字节.
IsolationRuleJsonArrayParser provide JSON as the default serialization for list of isolation.Rule.
IsolationRulesUpdater load the newest []isolation.Rule to downstream system component.
MockRuleJsonArrayParser decodes list of mock rules from JSON bytes.
MockRulesUpdater loads the provided mock rules to downstream rule manager.
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
No description provided by the author
NodeStatTrans 节点统计转换.
RetryRuleJsonArrayParser decodes list of retry rules from JSON bytes.
RetryRulesUpdater loads the provided retry rules to downstream rule manager.
RulePublishJsonArrayParser decodes list of rule publish from JSON bytes.
SystemRuleJsonArrayParser provide JSON as the default serialization for list of system.Rule.
SystemRulesUpdater load the newest []system.Rule to downstream system component.
SystemRuleTrans 对象转换为json字节.

# 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
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
CircuitBreakerRule encompasses the fields of circuit breaking rule.
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
No description provided by the author
ParamFlowItem indicates the specific param, contain the supported param kind and concrete value.
Publish 规则发布.
No description provided by the author

# Interfaces

DataSource 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.