photorpclogic

package
v0.0.0-...-09fef34 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatePhotoAlbumLogic

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

func NewCreatePhotoAlbumLogic

func NewCreatePhotoAlbumLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreatePhotoAlbumLogic

func (*CreatePhotoAlbumLogic) CreatePhotoAlbum

func (l *CreatePhotoAlbumLogic) CreatePhotoAlbum(in *blog.PhotoAlbum) (*blog.PhotoAlbum, error)

创建相册

type CreatePhotoLogic

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

func NewCreatePhotoLogic

func NewCreatePhotoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreatePhotoLogic

func (*CreatePhotoLogic) CreatePhoto

func (l *CreatePhotoLogic) CreatePhoto(in *blog.Photo) (*blog.Photo, error)

创建照片

type DeletePhotoAlbumListLogic

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

func NewDeletePhotoAlbumListLogic

func NewDeletePhotoAlbumListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePhotoAlbumListLogic

func (*DeletePhotoAlbumListLogic) DeletePhotoAlbumList

func (l *DeletePhotoAlbumListLogic) DeletePhotoAlbumList(in *blog.IdsReq) (*blog.BatchResp, error)

批量删除相册

type DeletePhotoAlbumLogic

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

func NewDeletePhotoAlbumLogic

func NewDeletePhotoAlbumLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePhotoAlbumLogic

func (*DeletePhotoAlbumLogic) DeletePhotoAlbum

func (l *DeletePhotoAlbumLogic) DeletePhotoAlbum(in *blog.IdReq) (*blog.BatchResp, error)

删除相册

type DeletePhotoListLogic

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

func NewDeletePhotoListLogic

func NewDeletePhotoListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeletePhotoListLogic

func (*DeletePhotoListLogic) DeletePhotoList

func (l *DeletePhotoListLogic) DeletePhotoList(in *blog.IdsReq) (*blog.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 *blog.IdReq) (*blog.BatchResp, error)

删除照片

type FindPhotoAlbumCountLogic

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

func NewFindPhotoAlbumCountLogic

func NewFindPhotoAlbumCountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindPhotoAlbumCountLogic

func (*FindPhotoAlbumCountLogic) FindPhotoAlbumCount

func (l *FindPhotoAlbumCountLogic) FindPhotoAlbumCount(in *blog.PageQuery) (*blog.CountResp, error)

查询相册数量

type FindPhotoAlbumListLogic

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

func NewFindPhotoAlbumListLogic

func NewFindPhotoAlbumListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindPhotoAlbumListLogic

func (*FindPhotoAlbumListLogic) FindPhotoAlbumList

func (l *FindPhotoAlbumListLogic) FindPhotoAlbumList(in *blog.PageQuery) (*blog.PhotoAlbumPageResp, error)

分页获取相册列表

type FindPhotoAlbumLogic

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

func NewFindPhotoAlbumLogic

func NewFindPhotoAlbumLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindPhotoAlbumLogic

func (*FindPhotoAlbumLogic) FindPhotoAlbum

func (l *FindPhotoAlbumLogic) FindPhotoAlbum(in *blog.IdReq) (*blog.PhotoAlbum, error)

查询相册

type FindPhotoCountLogic

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

func NewFindPhotoCountLogic

func NewFindPhotoCountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindPhotoCountLogic

func (*FindPhotoCountLogic) FindPhotoCount

func (l *FindPhotoCountLogic) FindPhotoCount(in *blog.PageQuery) (*blog.CountResp, error)

查询照片数量

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

func (l *FindPhotoListLogic) FindPhotoList(in *blog.PageQuery) (*blog.PhotoPageResp, error)

分页获取照片列表

type FindPhotoLogic

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

func NewFindPhotoLogic

func NewFindPhotoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FindPhotoLogic

func (*FindPhotoLogic) FindPhoto

func (l *FindPhotoLogic) FindPhoto(in *blog.IdReq) (*blog.Photo, error)

查询照片

type UpdatePhotoAlbumLogic

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

func NewUpdatePhotoAlbumLogic

func NewUpdatePhotoAlbumLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdatePhotoAlbumLogic

func (*UpdatePhotoAlbumLogic) UpdatePhotoAlbum

func (l *UpdatePhotoAlbumLogic) UpdatePhotoAlbum(in *blog.PhotoAlbum) (*blog.PhotoAlbum, error)

更新相册

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

func (l *UpdatePhotoLogic) UpdatePhoto(in *blog.Photo) (*blog.Photo, error)

更新照片

Jump to

Keyboard shortcuts

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