Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Send2Clearing ¶
发送一个消息到 清算系统 msg : 消息 tmout : 超时时间
func Send2Match ¶
发送一个消息到 撮合模塊 msg : 消息 tmout : 超时时间
func Send2Senquence ¶
发送一个msg到定序系统 msg : 消息 tmout : 超时时间
func Send2Source ¶
发送一个消息到 数据源 msg : 消息 tmout : 超时时间
Types ¶
type Manager ¶
type Manager struct { Match_que chan interface{} Clear_que chan interface{} Sequence_que chan interface{} Source_data_que chan interface{} }
func GetInstance ¶
func GetInstance() *Manager
Click to show internal directories.
Click to hide internal directories.