(user *model.LoginLog)
| 11 | type ILogRepo interface { |
| 12 | CleanLogin() error |
| 13 | CreateLoginLog(user *model.LoginLog) error |
| 14 | PageLoginLog(limit, offset int, opts ...global.DBOption) (int64, []model.LoginLog, error) |
| 15 | |
| 16 | CleanOperation() error |
no outgoing calls
no test coverage detected