Documentation
¶
Index ¶
- type MqClient
- func (m *MqClient) Active(mq string, id uint64) (err error)
- func (m *MqClient) CreateMq(mq string) (err error)
- func (m *MqClient) Delete(mq string, id uint64) (err error)
- func (m *MqClient) DeleteMq(mq string) (err error)
- func (m *MqClient) Drop(mq string) (err error)
- func (m *MqClient) Ping() (err error)
- func (m *MqClient) Pop(mq string, num int) (msgs []definition.Msg, err error)
- func (m *MqClient) Push(mq string, msg string) (id uint64, err error)
- func (m *MqClient) Read(mq string, num int, timeout time.Duration) (msgs []definition.Msg, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.