()
| 95 | } |
| 96 | |
| 97 | func (r *GetUserPageReq) IsSuspended() bool { return r.Status == constant.UserSuspended } |
| 98 | func (r *GetUserPageReq) IsDeleted() bool { return r.Status == constant.UserDeleted } |
| 99 | func (r *GetUserPageReq) IsInactive() bool { return r.Status == constant.UserInactive } |
| 100 |
no outgoing calls
no test coverage detected