Documentation ¶ Index ¶ func WithCacheConf(cacheConf cache.CacheConf) opts.Opt[MonOpts] func WithCacheOpts(cacheOpts ...cache.Option) opts.Opt[MonOpts] type MonOpts func (opts MonOpts) DefaultOptions() MonOpts Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WithCacheConf ¶ func WithCacheConf(cacheConf cache.CacheConf) opts.Opt[MonOpts] func WithCacheOpts ¶ func WithCacheOpts(cacheOpts ...cache.Option) opts.Opt[MonOpts] Types ¶ type MonOpts ¶ type MonOpts struct { CacheConf cache.CacheConf CacheOpts []cache.Option } func (MonOpts) DefaultOptions ¶ func (opts MonOpts) DefaultOptions() MonOpts Source Files ¶ View all Source files monx.go Click to show internal directories. Click to hide internal directories.