Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArgLoginLogs ¶
ArgLoginLogs arg for RPC.LoginLogs.
type FaceApply ¶
type FaceApply struct { ID int64 `json:"-"` Mid int64 `json:"mid"` OldFace string `json:"old_face"` NewFace string `json:"new_face"` ApplyTime int64 `json:"apply_time"` Status string `json:"status"` Operator string `json:"operator"` ModifyTime string `json:"modify_time"` }
FaceApply face record.
type HistoryPwdCheckParam ¶
HistoryPwdCheckParam history pwd check param
type LoginLog ¶
type LoginLog struct { Mid int64 `json:"mid"` Timestamp int64 `json:"timestamp"` LoginIP int64 `json:"loginip"` Type int64 `json:"type"` Server string `json:"server"` }
LoginLog login log.
Click to show internal directories.
Click to hide internal directories.