Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { gorm.Model Uuid pgtype.UUID `gorm:"type:uuid;default:uuid_generate_v4()"` Name string Realm string Email string Password string LastPasswordChange pgtype.Timestamptz LastLogin pgtype.Timestamptz LastActive pgtype.Timestamptz ActivatedAt pgtype.Timestamptz Attributes pgtype.JSONB }
Click to show internal directories.
Click to hide internal directories.