Documentation ¶
Index ¶
- type Auth
- type Category
- type Doc
- type History
- type Project
- type User
- func (u *User) Add(data yiigo.X) (int64, error)
- func (u *User) CheckUnique(name string, email string, id ...int) (bool, error)
- func (u *User) Delete(id int) error
- func (u *User) Edit(id int, data yiigo.X) error
- func (u *User) GetDetail(id int) (*models.User, error)
- func (u *User) GetUserList(query url.Values, size ...int) (int, int, int, []models.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
func NewCategory ¶ added in v1.0.2
type History ¶
func NewHistory ¶ added in v1.0.2
type User ¶
func (*User) CheckUnique ¶ added in v1.0.2
Click to show internal directories.
Click to hide internal directories.