Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionManager ¶
type CollectionManager struct {
// contains filtered or unexported fields
}
func New ¶
func New(collection *mongo.Collection) *CollectionManager
func (*CollectionManager) FindOne ¶
func (cm *CollectionManager) FindOne(filter bson.D, dst interface{})
func (*CollectionManager) InsertOne ¶
func (cm *CollectionManager) InsertOne(data bson.M)
Click to show internal directories.
Click to hide internal directories.