Documentation ¶
Index ¶
Constants ¶
View Source
const ( //Open is a state to indicate that Circuit state is Open Open = "Open" //Close is a state to indicate that Circuit state is Close Close = "Close" //AllowSingle is a state to indicate that Circuit state is AllowSingle or trying to Open Circuit AllowSingle = "Allow Single" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.