Documentation ¶
Index ¶
- func AddCollectionRoutes(route fiber.Router)
- func AddDatabaseRoutes(route fiber.Router)
- func AddDocumentsRoutes(route fiber.Router)
- func AddV1Routes(router fiber.Router)
- func CreateCollection(c *fiber.Ctx) error
- func CreateDatabase() func(c *fiber.Ctx) error
- func CreateDocument(c *fiber.Ctx) error
- func DeleteCollection(c *fiber.Ctx) error
- func DeleteDatabase() func(c *fiber.Ctx) error
- func DeleteDocument(c *fiber.Ctx) error
- func GetCollection(c *fiber.Ctx) error
- func GetCollections(c *fiber.Ctx) error
- func GetDatabase() func(c *fiber.Ctx) error
- func GetDatabases() func(c *fiber.Ctx) error
- func GetDocument(c *fiber.Ctx) error
- func GetDocuments(c *fiber.Ctx) error
- func SearchCollection(c *fiber.Ctx) error
- func UpdateCollection(c *fiber.Ctx) error
- func UpdateDatabase() func(c *fiber.Ctx) error
- func UpdateDocument(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCollectionRoutes ¶
func AddCollectionRoutes(route fiber.Router)
func AddDatabaseRoutes ¶
func AddDatabaseRoutes(route fiber.Router)
add database routes to a fiber app
func AddDocumentsRoutes ¶
func AddDocumentsRoutes(route fiber.Router)
func CreateCollection ¶
func CreateCollection(c *fiber.Ctx) error
func CreateDocument ¶
func CreateDocument(c *fiber.Ctx) error
func DeleteCollection ¶
func DeleteCollection(c *fiber.Ctx) error
func DeleteDocument ¶
func DeleteDocument(c *fiber.Ctx) error
func GetCollection ¶
func GetCollection(c *fiber.Ctx) error
func GetCollections ¶
func GetCollections(c *fiber.Ctx) error
func GetDocument ¶
func GetDocument(c *fiber.Ctx) error
func GetDocuments ¶
func GetDocuments(c *fiber.Ctx) error
func SearchCollection ¶
func SearchCollection(c *fiber.Ctx) error
func UpdateCollection ¶
func UpdateCollection(c *fiber.Ctx) error
func UpdateDatabase ¶
func UpdateDatabase() func(c *fiber.Ctx) error
update an existing database record
func UpdateDocument ¶
func UpdateDocument(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.