Documentation ¶
Index ¶
- func SetAlias(alias string, columns ...string) []string
- func UsersSearch(sql *sqlx.DB, form client.UserSearchForm) (items []*client.User, e lue.IError)
- type User
- func (m *User) Create(sqlDb *sqlx.DB) lue.IError
- func (m *User) CreateTX(tx *sqlx.Tx) lue.IError
- func (m *User) GetPassword(sql *sqlx.Tx) ([]byte, lue.IError)
- func (m *User) Load(sqlDb *sqlx.DB) lue.IError
- func (m *User) RemovePassword() *User
- func (m *User) SetPrimary(id int64) *User
- func (m *User) Verify(sql *sqlx.DB) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UsersSearch ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.