photorpclogic

package
v0.0.0-...-eea11df Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddAlbumLogic

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

func NewAddAlbumLogic

func NewAddAlbumLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddAlbumLogic

func (*AddAlbumLogic) AddAlbum

创建相册

type AddBannerLogic

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

func NewAddBannerLogic

func NewAddBannerLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddBannerLogic

func (*AddBannerLogic) AddBanner

创建页面

type AddPhotoLogic

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

func NewAddPhotoLogic

func NewAddPhotoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddPhotoLogic

func (*AddPhotoLogic) AddPhoto

创建照片

type DeleteAlbumLogic

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

func NewDeleteAlbumLogic

func NewDeleteAlbumLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteAlbumLogic

func (*DeleteAlbumLogic) DeleteAlbum

func (l *DeleteAlbumLogic) DeleteAlbum(in *photorpc.IdsReq) (*photorpc.BatchResp, error)

删除相册

type DeleteBannerLogic

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

func NewDeleteBannerLogic

func NewDeleteBannerLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteBannerLogic

func (*DeleteBannerLogic) DeleteBanner

func (l *DeleteBannerLogic) DeleteBanner(in *photorpc.IdsReq) (*photorpc.BatchResp, error)

删除页面

type DeletePhotoLogic

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

func NewDeletePhotoLogic

func NewDeletePhotoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePhotoLogic

func (*DeletePhotoLogic) DeletePhoto

func (l *DeletePhotoLogic) DeletePhoto(in *photorpc.IdsReq) (*photorpc.BatchResp, error)

删除照片

type FindAlbumListLogic

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

func NewFindAlbumListLogic

func NewFindAlbumListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindAlbumListLogic

func (*FindAlbumListLogic) FindAlbumList

查询相册列表

type FindBannerListLogic

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

func NewFindBannerListLogic

func NewFindBannerListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindBannerListLogic

func (*FindBannerListLogic) FindBannerList

查询页面列表

type FindPhotoListLogic

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

func NewFindPhotoListLogic

func NewFindPhotoListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindPhotoListLogic

func (*FindPhotoListLogic) FindPhotoList

分页获取照片列表

type GetAlbumLogic

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

func NewGetAlbumLogic

func NewGetAlbumLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetAlbumLogic

func (*GetAlbumLogic) GetAlbum

func (l *GetAlbumLogic) GetAlbum(in *photorpc.IdReq) (*photorpc.AlbumDetails, error)

获取相册

type UpdateAlbumLogic

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

func NewUpdateAlbumLogic

func NewUpdateAlbumLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateAlbumLogic

func (*UpdateAlbumLogic) UpdateAlbum

更新相册

type UpdateBannerLogic

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

func NewUpdateBannerLogic

func NewUpdateBannerLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateBannerLogic

func (*UpdateBannerLogic) UpdateBanner

更新页面

type UpdatePhotoLogic

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

func NewUpdatePhotoLogic

func NewUpdatePhotoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePhotoLogic

func (*UpdatePhotoLogic) UpdatePhoto

更新照片

Jump to

Keyboard shortcuts

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