MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / CreateLoginLog

Method CreateLoginLog

core/app/repo/logs.go:13–13  ·  view source on GitHub ↗
(user *model.LoginLog)

Source from the content-addressed store, hash-verified

11type 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

Callers 1

saveLoginLogsFunction · 0.65

Implementers 1

LogRepocore/app/repo/logs.go

Calls

no outgoing calls

Tested by

no test coverage detected