add type Users [[]User]

This commit is contained in:
2026-01-08 20:37:10 +02:00
parent 2a6380f0a5
commit 4f2c213bc6

View File

@@ -11,3 +11,5 @@ type User struct {
Password string `gorm:"not null"`
DeletedAt gorm.DeletedAt `gorm:"index"`
}
type Users []User