This commit is contained in:
Martin Pander
2023-12-09 19:34:45 +01:00
parent 32346e0aa9
commit 8addda35ea
144 changed files with 7247 additions and 3268 deletions

View File

@ -0,0 +1,6 @@
package models
type Inbox struct {
Id int32 `gorm:"primaryKey"`
Item string
}