Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { *commconf.CommConf Server *commconf.Server ServiceDiscoveryServer *commconf.ServiceDiscoveryServer RPCServer *commconf.RPCServer RPCClient *RPCClient Etcd *commconf.Etcd KafkaProducer *KafkaProducer // contains filtered or unexported fields }
var (
Conf *Config
)
type KafkaProducer ¶
type KafkaProducer struct { P2PTopic string GroupTopic string Producer *commconf.KafkaProducer }
type RPCClient ¶
type RPCClient struct { RegisterClient *commconf.ServiceDiscoveryClient ManagerClient *commconf.ServiceDiscoveryClient IdgenClient *commconf.ServiceDiscoveryClient NotifyClient *commconf.ServiceDiscoveryClient }
Click to show internal directories.
Click to hide internal directories.