This commit is contained in:
Max Ignatenko 2024-02-15 16:10:39 +00:00
parent 2b6abac607
commit 63a767d890
25 changed files with 3027 additions and 0 deletions

3
models/models.go Normal file
View file

@ -0,0 +1,3 @@
package models
type ID uint // should be same as type of gorm.Model.ID