websiterpclogic

package
v0.0.0-...-b32e05d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddFriendLogic

type AddFriendLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewAddFriendLogic

func NewAddFriendLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddFriendLogic

func (*AddFriendLogic) AddFriend

创建友链

type AddPageLogic

type AddPageLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewAddPageLogic

func NewAddPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddPageLogic

func (*AddPageLogic) AddPage

创建页面

type AddVisitLogic

type AddVisitLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewAddVisitLogic

func NewAddVisitLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddVisitLogic

func (*AddVisitLogic) AddVisit

添加用户访问记录

type DeleteFriendLogic

type DeleteFriendLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteFriendLogic

func NewDeleteFriendLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteFriendLogic

func (*DeleteFriendLogic) DeleteFriend

func (l *DeleteFriendLogic) DeleteFriend(in *websiterpc.IdsReq) (*websiterpc.BatchResp, error)

删除友链

type DeletePageLogic

type DeletePageLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeletePageLogic

func NewDeletePageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePageLogic

func (*DeletePageLogic) DeletePage

func (l *DeletePageLogic) DeletePage(in *websiterpc.IdsReq) (*websiterpc.BatchResp, error)

删除页面

type FindFriendListLogic

type FindFriendListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewFindFriendListLogic

func NewFindFriendListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindFriendListLogic

func (*FindFriendListLogic) FindFriendList

查询友链列表

type FindPageListLogic

type FindPageListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewFindPageListLogic

func NewFindPageListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindPageListLogic

func (*FindPageListLogic) FindPageList

查询页面列表

type GetTouristInfoLogic

type GetTouristInfoLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetTouristInfoLogic

func NewGetTouristInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTouristInfoLogic

func (*GetTouristInfoLogic) GetTouristInfo

获取游客身份

type GetUserDailyVisitLogic

type GetUserDailyVisitLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetUserDailyVisitLogic

func NewGetUserDailyVisitLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserDailyVisitLogic

func (*GetUserDailyVisitLogic) GetUserDailyVisit

用户日浏览量

type GetUserTotalVisitLogic

type GetUserTotalVisitLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetUserTotalVisitLogic

func NewGetUserTotalVisitLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserTotalVisitLogic

func (*GetUserTotalVisitLogic) GetUserTotalVisit

func (l *GetUserTotalVisitLogic) GetUserTotalVisit(in *websiterpc.EmptyReq) (*websiterpc.CountResp, error)

用户总流量数

type UpdateFriendLogic

type UpdateFriendLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateFriendLogic

func NewUpdateFriendLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateFriendLogic

func (*UpdateFriendLogic) UpdateFriend

更新友链

type UpdatePageLogic

type UpdatePageLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdatePageLogic

func NewUpdatePageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePageLogic

func (*UpdatePageLogic) UpdatePage

更新页面

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL