Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CassandraConfig ¶
type CassandraConfig struct { xcql.CassandraConfig DBDatabase string SingleChatMsgTableName string SuperGroupChatMsgTableName string }
type Config ¶
type Config struct { service.ServiceConf Kafka KafkaConfig Redis RedisConfig Cassandra CassandraConfig MsgPushRpc zrpc.RpcClientConf }
type KafkaConfig ¶
type KafkaConfig struct { Online KafkaConfigOnline Offline xkafka.ProducerConfig SinglePush xkafka.ProducerConfig SuperGroupPush xkafka.ProducerConfig }
type KafkaConfigOnline ¶
type KafkaConfigOnline struct { xkafka.ProducerConfig MsgToCassandraGroupID string }
type RedisConfig ¶
Click to show internal directories.
Click to hide internal directories.