Documentation
¶
Index ¶
- type Users
- func (e *Users) Add(ctx context.Context, req *api.Request, rsp *api.Response) error
- func (e *Users) BatchDelete(ctx context.Context, req *api.Request, rsp *api.Response) error
- func (e *Users) GetList(ctx context.Context, req *api.Request, rsp *api.Response) error
- func (e *Users) GetUser(ctx context.Context, req *api.Request, rsp *api.Response) error
- func (e *Users) Update(ctx context.Context, req *api.Request, rsp *api.Response) error
- func (e *Users) UserLogin(ctx context.Context, req *api.Request, rsp *api.Response) error
- func (e *Users) ValidToken(ctx context.Context, req *api.Request, rsp *api.Response) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Users ¶
type Users struct { Client srvusers.ProtoUsersService ClientHistory srvhistoryuserlogin.ProtoHistoryUserLoginService }
Users struct
func (*Users) BatchDelete ¶
BatchDelete 批量删除用户信息
Click to show internal directories.
Click to hide internal directories.