更改项目名为NebulaShell
This commit is contained in:
8
store/@{NebulaShell}/plugin-loader-pro/circuit/state.py
Normal file
8
store/@{NebulaShell}/plugin-loader-pro/circuit/state.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""熔断器状态枚举"""
|
||||
|
||||
|
||||
class CircuitState:
|
||||
"""熔断器状态"""
|
||||
CLOSED = "closed" # 正常状态
|
||||
OPEN = "open" # 熔断状态
|
||||
HALF_OPEN = "half_open" # 半开状态
|
||||
Reference in New Issue
Block a user