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 SingleChatMsgTableName string GroupChatMsgTableName string }
type Config ¶
type Config struct { service.ServiceConf Kafka KafkaConfig Redis RedisConfig Cassandra CassandraConfig ImUserRpc zrpc.RpcClientConf }
type KafkaConfig ¶
type KafkaConfig struct { StorageConsumer StorageConsumer SinglePush xkafka.ProducerConfig GroupPush xkafka.ProducerConfig }
type RedisConfig ¶
type StorageConsumer ¶
type StorageConsumer struct { xkafka.ProducerConfig MsgToHistoryGroupID string }
Click to show internal directories.
Click to hide internal directories.