Documentation ¶
Overview ¶
Package common some common define
Index ¶
Constants ¶
View Source
const ( ChannelClose = iota ChannelRunning ChannelReconnect )
View Source
const ( NetworkClose = iota NetworkPending NetworkRunning )
Variables ¶
View Source
var ( ErrChannelInvalid = errors.New("[ServiceBox] Invalid Box Channel") ErrChannelNotRun = errors.New("[ServiceBox] Channel not running") ErrChannelConn = errors.New("[ServiceBox] conn error") ErrServiceFinderConn = errors.New("[ServiceBox] connect to zookeeper service error ") ErrFindServiceTimeout = errors.New("[ServiceBox] send find-service command to channel timeout ") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.