Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id int64 `borm:"id,primary"` NickName string `borm:"nickname"` IsOn uint8 `borm:"is_on,required"` CreatedAt int64 `borm:"created_at"` UpdatedAt int64 `borm:"updated_at"` }
func (*User) BeforeCreate ¶
func (u *User) BeforeCreate()
func (*User) BeforeSave ¶
func (u *User) BeforeSave()
Click to show internal directories.
Click to hide internal directories.