Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2020 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