Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteLoginLogLogic ¶ added in v0.0.2
DeleteLoginLogLogic 删除登录日志
Author: LiuFeiHua Date: 2023/12/18 17:19
func NewDeleteLoginLogLogic ¶ added in v0.0.2
func NewDeleteLoginLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteLoginLogLogic
func (*DeleteLoginLogLogic) DeleteLoginLog ¶ added in v0.0.2
func (l *DeleteLoginLogLogic) DeleteLoginLog(req *types.DeleteLoginLogReq) (*types.DeleteLoginLogResp, error)
DeleteLoginLog 删除登录日志
type DeleteOperateLogLogic ¶ added in v0.0.2
DeleteOperateLogLogic 删除操作日志
Author: LiuFeiHua Date: 2023/12/18 17:20
func NewDeleteOperateLogLogic ¶ added in v0.0.2
func NewDeleteOperateLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteOperateLogLogic
func (*DeleteOperateLogLogic) DeleteOperateLog ¶ added in v0.0.2
func (l *DeleteOperateLogLogic) DeleteOperateLog(req *types.DeleteOperateLogReq) (*types.DeleteOperateLogResp, error)
DeleteOperateLog 删除操作日志
type QueryLoginLogDetailLogic ¶ added in v0.0.2
QueryLoginLogDetailLogic 查询登录日志详情
Author: LiuFeiHua Date: 2024/5/29 17:32
func NewQueryLoginLogDetailLogic ¶ added in v0.0.2
func NewQueryLoginLogDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryLoginLogDetailLogic
func (*QueryLoginLogDetailLogic) QueryLoginLogDetail ¶ added in v0.0.2
func (l *QueryLoginLogDetailLogic) QueryLoginLogDetail(req *types.QueryLoginLogDetailReq) (resp *types.QueryLoginLogDetailResp, err error)
QueryLoginLogDetail 查询登录日志详情
type QueryLoginLogListLogic ¶ added in v0.0.2
QueryLoginLogListLogic 查询登录日志列表
Author: LiuFeiHua Date: 2023/12/18 17:20
func NewQueryLoginLogListLogic ¶ added in v0.0.2
func NewQueryLoginLogListLogic(ctx context.Context, svcCtx *svc.ServiceContext) QueryLoginLogListLogic
func (*QueryLoginLogListLogic) QueryLoginLogList ¶ added in v0.0.2
func (l *QueryLoginLogListLogic) QueryLoginLogList(req *types.QueryLoginLogListReq) (*types.QueryLoginLogListResp, error)
QueryLoginLogList 查询登录日志列表
type QueryOperateLogDetailLogic ¶ added in v0.0.2
QueryOperateLogDetailLogic 查询操作日志详情
Author: LiuFeiHua Date: 2024/5/29 17:41
func NewQueryOperateLogDetailLogic ¶ added in v0.0.2
func NewQueryOperateLogDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryOperateLogDetailLogic
func (*QueryOperateLogDetailLogic) QueryOperateLogDetail ¶ added in v0.0.2
func (l *QueryOperateLogDetailLogic) QueryOperateLogDetail(req *types.QueryOperateLogDetailReq) (resp *types.QueryOperateLogDetailResp, err error)
QueryOperateLogDetail 查询操作日志详情
type QueryOperateLogListLogic ¶ added in v0.0.2
QueryOperateLogListLogic 查询操作日志列表
Author: LiuFeiHua Date: 2023/12/18 17:20
func NewQueryOperateLogListLogic ¶ added in v0.0.2
func NewQueryOperateLogListLogic(ctx context.Context, svcCtx *svc.ServiceContext) QueryOperateLogListLogic
func (*QueryOperateLogListLogic) QueryOperateLogList ¶ added in v0.0.2
func (l *QueryOperateLogListLogic) QueryOperateLogList(req *types.QueryOperateLogListReq) (*types.QueryOperateLogListResp, error)
QueryOperateLogList 查询操作日志列表
type QueryStatisticsLoginLogLogic ¶ added in v0.0.2
QueryStatisticsLoginLogLogic 统计后台用户登录
Author: LiuFeiHua Date: 2024/5/29 17:46
func NewQueryStatisticsLoginLogLogic ¶ added in v0.0.2
func NewQueryStatisticsLoginLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryStatisticsLoginLogLogic
func (*QueryStatisticsLoginLogLogic) QueryStatisticsLoginLog ¶ added in v0.0.2
func (l *QueryStatisticsLoginLogLogic) QueryStatisticsLoginLog() (resp *types.QueryStatisticsLoginLogResp, err error)
QueryStatisticsLoginLog 统计后台用户登录