mongoc

package
v1.3.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrNotFound is an alias of mgo.ErrNotFound.
	ErrNotFound = mgo.ErrNotFound
)

Functions

This section is empty.

Types

type CachedCollection

type CachedCollection interface {
	Count(query interface{}) (int, error)
	DelCache(keys ...string) error
	FindAllNoCache(v, query interface{}, opts ...QueryOption)