Versions in this module Expand all Collapse all v1 v1.0.2 Dec 31, 2022 Changes in this version + func Create(db *gorm.DB, ctx *fiber.Ctx) (string, error) + func Delete(id string, db *gorm.DB, ctx *fiber.Ctx) error + func GetValue(id string, db *gorm.DB, ctx *fiber.Ctx) (string, error) + func Update(id string, db *gorm.DB, ctx *fiber.Ctx) (string, error) + type CacheReq struct + Value string + type ErrorResponse struct + FailedField string + Tag string + Value string + func Validator(cache *CacheReq) []*ErrorResponse