update
This commit is contained in:
@@ -12,6 +12,7 @@ type LoginLogRepository interface {
|
||||
GetLatest(ctx context.Context, email string) ([]*LoginLog, error)
|
||||
Count(ctx context.Context, filter dto.SearchDto) (int64, error)
|
||||
List(ctx context.Context, filter dto.SearchDto) ([]*LoginLog, error)
|
||||
HistoricalLogin(ctx context.Context, email string, createdAt time.Time) ([]*LoginLog, error)
|
||||
}
|
||||
|
||||
type LoginLog struct {
|
||||
|
||||
Reference in New Issue
Block a user