Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { zrpc.RpcServerConf PushType string `json:",default=jpns,options=jpns|mobpush"` //MsgGatewayEtcd discov.EtcdConf Jpns JpnsConf MsgGatewayRpc discov.EtcdConf ImUserRpc zrpc.RpcClientConf SinglePushConsumer SinglePushConsumerConfig SuperGroupPushConsumer SuperGroupPushConsumerConfig MsgGatewayRpcK8sTarget string `json:",optional"` }
type SinglePushConsumerConfig ¶
type SinglePushConsumerConfig struct { xkafka.ProducerConfig SinglePushGroupID string }
type SuperGroupPushConsumerConfig ¶
type SuperGroupPushConsumerConfig struct { xkafka.ProducerConfig SuperGroupPushGroupID string }
Click to show internal directories.
Click to hide internal directories.