Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pub ¶
type Pub struct { Closed chan struct{} RadioChan chan db.ClusterMessage // contains filtered or unexported fields }
type Sub ¶
type Sub struct {
// contains filtered or unexported fields
}
func NewSub ¶
func NewSub(conf conf.PubSubConf, log *logrus.Entry, storeManager store.Manager, discover dis.Manager, distribution *distribution.Distribution) *Sub
NewSub 创建zmq sub客户端
Click to show internal directories.
Click to hide internal directories.