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 Mysql struct { DataSource string } CacheRedis cache.CacheConf RabbitMQ struct { Host string Port int Username string Password string VHost string Exchange string ConnectionTimeout int HeartbeatInterval int } CouponLimits struct { MaxPerUser int MaxActive int BatchSize int } PromotionLimits struct { MaxActive int MaxRules int } PointsLimits struct { MaxPoints int64 MinPoints int64 ExpireDays int } MessageRpc zrpc.RpcClientConf }
Click to show internal directories.
Click to hide internal directories.