package
0.0.9
Repository: https://github.com/mrhid6/go-mongoose.git
Documentation: pkg.go.dev

# Functions

DeleteMany Deletes Many Objects.
DeleteOne Deletes one Object.
FindAll Get All Docs.
FindAllWithOptions Find all with options.
FindAllWithPagination Get All Docs with Pagination.
FindByID Searches by ID.
FindByObjectID Searches by Object ID.
FindOne Searches one object and returns its value.
Get This function will recieve the Mongo structure.
InitiateDB This needs to be called if you are using some other than default DB.
InsertMany This will insert multiple Data TODO Find a way to pass pointer and attach its ID to the respective array elements.
InsertOne This will insert just one Data.
PopulateObject an Object.
PopulateObjectArray Populates the Object Array.
No description provided by the author
UpdateByID Updates by ID.
No description provided by the author

# Variables

ShortWaitTime Small Wait time MediumWaitTime Medium Wait Time LongWaitTime Long wait time.
ShortWaitTime Small Wait time MediumWaitTime Medium Wait Time LongWaitTime Long wait time.
ShortWaitTime Small Wait time MediumWaitTime Medium Wait Time LongWaitTime Long wait time.

# Structs

DBConnection DB Connection Details.
Mongo This is the Mongo struct.