Versions in this module Expand all Collapse all v1 v1.1.0 Jul 29, 2021 Changes in this version + type Handle func(interface{}, *Options) + type Option func(*Options) + func Mongo(mg *mongo.MgoClient) Option + func Redis(rd *redis.RdClient) Option + func Repo(rp *repo.Repository) Option + type Options struct + Mgo *mongo.MgoClient + Redis *redis.RdClient + Repo *repo.Repository