Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
func (*Attachment) AfterCreate ¶
func (a *Attachment) AfterCreate(*gorm.DB) error
type User ¶
type User struct {
gorms.Model[int64]
FacePath string `json:"-"`
Face Attachment `json:"face"`
PendantPath string `json:"-"`
Pendant Attachment `json:"pendant"`
}
Click to show internal directories.
Click to hide internal directories.