Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQueryRepository ¶
func NewQueryRepository(engine *xorm.Engine) application.QueryRepository
func NewRepository ¶
Types ¶
type UserDO ¶ added in v0.2.0
type UserDO struct { ID string `xorm:"id pk"` Name string `xorm:"name"` Password []byte `xorm:"password" copier:"HashedPassword"` Email string `xorm:"email"` Version int `xorm:"version"` CreatedAt database.Timestamp `xorm:"created_at"` UpdatedAt database.Timestamp `xorm:"updated_at"` DeletedAt database.Timestamp `xorm:"deleted_at"` }
Click to show internal directories.
Click to hide internal directories.