adapters

package
v0.0.0-...-6b488ef Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MongoAdapter

type MongoAdapter interface {
	FindOne(filter bson.M) (interface{}, error)
	FindMany(filter bson.M) ([]interface{}, error)
	CloseMongoAdapter()
}

func NewMongoAdapter

func NewMongoAdapter(uri, database, collection string) MongoAdapter

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL