package
Version:
v0.0.0-...-2ceb3a1
Opens a new window with list of versions in this module.
Published: Mar 22, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CacheMiddleware(cache *cache.Cache) fiber.Handler
type Post struct {
UserID int `json:"userId"`
ID int `json:"id"`
Title string `json:"title"`
Body string `json:"body"`
}
type Todo struct {
UserID int `json:"userId"`
ID int `json:"id"`
Title string `json:"title"`
Completed bool `json:"completed"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.