package
Version:
v0.0.0-...-d0e7b85
Opens a new window with list of versions in this module.
Published: Sep 1, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewUserRepository Returns new instance of userRepository
type UserDB struct {
gorm.Model
ID string `gorm:"primaryKey;uniqueIndex;not null;<-:create"`
Email string `gorm:"size:255;uniqueIndex;not null"`
Password []byte `gorm:"size:255;unique;not null" json:"-"`
Metadata []byte
}
UserDB defines user structure as Gorm model representation
TableName tells gorm to set UserDB table name
Source Files
¶
Click to show internal directories.
Click to hide internal directories.