photorpclogic

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: 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 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 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 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 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