Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserDemo ¶
type UserDemo interface { // Create 创建用户 Create() core.HandlerFunc // UpdateNickNameByID 编辑用户 - 通过主键ID更新用户昵称 UpdateNickNameByID() core.HandlerFunc // Delete 删除用户 - 通过主键ID更新 is_deleted = 1 Delete() core.HandlerFunc // Detail 用户详情 Detail() core.HandlerFunc // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.