Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController() *UserController
func (*UserController) Del ¶
func (this *UserController) Del(id int) bool
func (*UserController) GetId ¶
func (this *UserController) GetId(id int) int
func (*UserController) List ¶
func (this *UserController) List() []model.User
Click to show internal directories.
Click to hide internal directories.