Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoHandler ¶
type MongoHandler struct {
// contains filtered or unexported fields
}
MongoHandler defines the MongoDb handler
func NewMongoHandler ¶
func NewMongoHandler() *MongoHandler
NewMongoHandler creates new MongoHandler
func (*MongoHandler) Client ¶
func (m *MongoHandler) Client() *mongo.Client
Client returns the client property
func (*MongoHandler) Db ¶
func (m *MongoHandler) Db() *mongo.Database
Db returns the database property
type TransferInMen ¶
Click to show internal directories.
Click to hide internal directories.