Documentation ¶
Index ¶
- Variables
- func DELETEItem[T any](r *gin.Engine, GetDB func() (*gorm.DB, error), prefix string, model *T)
- func GETItems[T any](r *gin.Engine, GetDB func() (*gorm.DB, error), prefix string, model *T)
- func PATCHItem[T any](r *gin.Engine, GetDB func() (*gorm.DB, error), prefix string, model *T)
- func POSTItem[T any](r *gin.Engine, GetDB func() (*gorm.DB, error), prefix string, model *T)
- func PUTItem[T any](r *gin.Engine, GetDB func() (*gorm.DB, error), prefix string, model *T)
- type TWO
Constants ¶
This section is empty.
Variables ¶
View Source
var CloneDB = database.CloneDB
Functions ¶
func DELETEItem ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.