Documentation ¶
Index ¶
- type TUser
- type TUserControl
- func (uc *TUserControl) AddUser() *response.TResponse
- func (uc *TUserControl) AlterUser() *response.TResponse
- func (uc *TUserControl) DeleteUser() *response.TResponse
- func (uc *TUserControl) Login() error
- func (uc *TUserControl) QueryUser() *response.TResponse
- func (uc *TUserControl) ResetPassword() *response.TResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TUserControl ¶
type TUserControl struct { OperatorID int32 OperatorCode string PageSize int32 `json:"page_size,omitempty"` PageIndex int32 `json:"page_index,omitempty"` TUser }
func (*TUserControl) AddUser ¶
func (uc *TUserControl) AddUser() *response.TResponse
func (*TUserControl) AlterUser ¶
func (uc *TUserControl) AlterUser() *response.TResponse
func (*TUserControl) DeleteUser ¶
func (uc *TUserControl) DeleteUser() *response.TResponse
func (*TUserControl) Login ¶
func (uc *TUserControl) Login() error
func (*TUserControl) QueryUser ¶
func (uc *TUserControl) QueryUser() *response.TResponse
func (*TUserControl) ResetPassword ¶
func (uc *TUserControl) ResetPassword() *response.TResponse
Click to show internal directories.
Click to hide internal directories.