Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Database ¶
type Database interface { Insert(string, []byte, *mongo.Client) error Find(string, *mongo.Client) (bson.M, error) }
Database is used as interface to represent database operation
Click to show internal directories.
Click to hide internal directories.