Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryDatabase ¶
func NewInMemoryDatabase ¶
func NewInMemoryDatabase() InMemoryDatabase
type MongoDatabase ¶
type MongoDatabase interface { GetCollection(collection string) *mongo.Collection Disconnect() }
func NewMongoDatabase ¶
func NewMongoDatabase() MongoDatabase
Click to show internal directories.
Click to hide internal directories.