Documentation ¶
Index ¶
- func ParseGredisCache(cfg *config.RedisOptions) (cacheLib.ICache, error)
- func ParseMemoryCache(cfg *config.MemoryOptions) (cacheLib.ICache, error)
- func ParseMemoryMQ(ctx context.Context, cfg *config.MemoryOptions) (queueLib.IQueue, error)
- func ParseNSQMQ(ctx context.Context, cfg *config.NSQOptions) (queueLib.IQueue, error)
- func ParseRabbitMQ(ctx context.Context, cfg *config.RabbitmqOptions) (queueLib.IQueue, error)
- func ParseRedisCache(cfg *config.RedisOptions) (cacheLib.ICache, error)
- func ParseRedisLocker(cfg *config.RedisOptions) (lockerLib.ILocker, error)
- func ParseRocketMQ(ctx context.Context, cfg *config.RocketmqOptions) (queueLib.IQueue, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseGredisCache ¶
func ParseGredisCache(cfg *config.RedisOptions) (cacheLib.ICache, error)
func ParseMemoryCache ¶
func ParseMemoryCache(cfg *config.MemoryOptions) (cacheLib.ICache, error)
func ParseMemoryMQ ¶
func ParseNSQMQ ¶
func ParseRabbitMQ ¶
func ParseRedisCache ¶
func ParseRedisCache(cfg *config.RedisOptions) (cacheLib.ICache, error)
func ParseRedisLocker ¶
func ParseRedisLocker(cfg *config.RedisOptions) (lockerLib.ILocker, error)
func ParseRocketMQ ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.