adaptor

package
v1.0.53 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentServerImpl

type ContentServerImpl struct {
	*config.Config
	FileService      service.IFileService
	PostService      service.IPostService
	ZoneService      service.IZoneService
	UserService      service.IUserService
	ProductService   service.IProductService
	CouponService    service.ICouponService
	OrderService     service.IOrderService
	RecommendService service.IRecommendService
}

func (*ContentServerImpl) AddFileToPublicSpace

func (*ContentServerImpl) CheckShareFile added in v1.0.53

func (s *ContentServerImpl) CheckShareFile(ctx context.Context, req *content.CheckShareFileReq) (res *content.CheckShareFileResp, err error)

func (*ContentServerImpl) CompletelyRemoveFile

func (*ContentServerImpl) CreateCoupon

func (s *ContentServerImpl) CreateCoupon(ctx context.Context, req *content.CreateCouponReq) (res *content.CreateCouponResp, err error)

func (*ContentServerImpl) CreateFeedBack added in v1.0.53

func (s *ContentServerImpl) CreateFeedBack(ctx context.Context, req *content.CreateFeedBackReq) (res *content.CreateFeedBackResp, err error)

func (*ContentServerImpl) CreateFile

func (*ContentServerImpl) CreateItem added in v1.0.53

func (s *ContentServerImpl) CreateItem(ctx context.Context, req *content.CreateItemReq) (res *content.CreateItemResp, err error)

func (*ContentServerImpl) CreateOrder

func (s *ContentServerImpl) CreateOrder(ctx context.Context, req *content.CreateOrderReq) (res *content.CreateOrderResp, err error)

func (*ContentServerImpl) CreatePost

func (s *ContentServerImpl) CreatePost(ctx context.Context, req *content.CreatePostReq) (res *content.CreatePostResp, err error)

func (*ContentServerImpl) CreateProduct

func (s *ContentServerImpl) CreateProduct(ctx context.Context, req *content.CreateProductReq) (res *content.CreateProductResp, err error)

func (*ContentServerImpl) CreateShareCode

func (*ContentServerImpl) CreateUser

func (s *ContentServerImpl) CreateUser(ctx context.Context, req *content.CreateUserReq) (resp *content.CreateUserResp, err error)

func (*ContentServerImpl) CreateZone

func (*ContentServerImpl) DeleteCoupon

func (s *ContentServerImpl) DeleteCoupon(ctx context.Context, req *content.DeleteCouponReq) (res *content.DeleteCouponResp, err error)

func (*ContentServerImpl) DeleteFile

func (s *ContentServerImpl) DeleteFile(ctx context.Context, req *content.DeleteFileReq) (res *content.DeleteFileResp, err error)

func (*ContentServerImpl) DeleteItem

func (s *ContentServerImpl) DeleteItem(ctx context.Context, req *content.DeleteItemReq) (res *content.DeleteItemResp, err error)

func (*ContentServerImpl) DeleteOrder

func (s *ContentServerImpl) DeleteOrder(ctx context.Context, req *content.DeleteOrderReq) (res *content.DeleteOrderResp, err error)

func (*ContentServerImpl) DeletePost

func (s *ContentServerImpl) DeletePost(ctx context.Context, req *content.DeletePostReq) (res *content.DeletePostResp, err error)

func (*ContentServerImpl) DeleteProduct

func (s *ContentServerImpl) DeleteProduct(ctx context.Context, req *content.DeleteProductReq) (res *content.DeleteProductResp, err error)

func (*ContentServerImpl) DeleteShareCode

func (*ContentServerImpl) DeleteUser

func (s *ContentServerImpl) DeleteUser(ctx context.Context, req *content.DeleteUserReq) (resp *content.DeleteUserResp, err error)

func (*ContentServerImpl) DeleteZone

func (*ContentServerImpl) GetCoupon

func (s *ContentServerImpl) GetCoupon(ctx context.Context, req *content.GetCouponReq) (res *content.GetCouponResp, err error)

func (*ContentServerImpl) GetCoupons

func (s *ContentServerImpl) GetCoupons(ctx context.Context, req *content.GetCouponsReq) (res *content.GetCouponsResp, err error)

func (*ContentServerImpl) GetFile

func (*ContentServerImpl) GetFileBySharingCode

func (*ContentServerImpl) GetFileIsExist

func (*ContentServerImpl) GetFileList

func (*ContentServerImpl) GetFilesByIds

func (s *ContentServerImpl) GetFilesByIds(ctx context.Context, req *content.GetFilesByIdsReq) (res *content.GetFilesByIdsResp, err error)

func (*ContentServerImpl) GetLatestRecommend

func (*ContentServerImpl) GetOrder

func (s *ContentServerImpl) GetOrder(ctx context.Context, req *content.GetOrderReq) (res *content.GetOrderResp, err error)

func (*ContentServerImpl) GetOrders

func (s *ContentServerImpl) GetOrders(ctx context.Context, req *content.GetOrdersReq) (res *content.GetOrdersResp, err error)

func (*ContentServerImpl) GetPopularRecommend

func (*ContentServerImpl) GetPost

func (s *ContentServerImpl) GetPost(ctx context.Context, req *content.GetPostReq) (res *content.GetPostResp, err error)

func (*ContentServerImpl) GetPosts

func (s *ContentServerImpl) GetPosts(ctx context.Context, req *content.GetPostsReq) (res *content.GetPostsResp, err error)

func (*ContentServerImpl) GetPostsByPostIds added in v1.0.53

func (*ContentServerImpl) GetProduct

func (s *ContentServerImpl) GetProduct(ctx context.Context, req *content.GetProductReq) (res *content.GetProductResp, err error)

func (*ContentServerImpl) GetProducts

func (s *ContentServerImpl) GetProducts(ctx context.Context, req *content.GetProductsReq) (res *content.GetProductsResp, err error)

func (*ContentServerImpl) GetRecommendByItem

func (*ContentServerImpl) GetRecommendByUser

func (*ContentServerImpl) GetRecycleBinFiles

func (*ContentServerImpl) GetShareList

func (*ContentServerImpl) GetUser

func (s *ContentServerImpl) GetUser(ctx context.Context, req *content.GetUserReq) (resp *content.GetUserResp, err error)

func (*ContentServerImpl) GetUsers

func (s *ContentServerImpl) GetUsers(ctx context.Context, req *content.GetUsersReq) (resp *content.GetUsersResp, err error)

func (*ContentServerImpl) GetUsersByUserIds added in v1.0.53

func (*ContentServerImpl) GetZone

func (s *ContentServerImpl) GetZone(ctx context.Context, req *content.GetZoneReq) (res *content.GetZoneResp, err error)

func (*ContentServerImpl) GetZones

func (s *ContentServerImpl) GetZones(ctx context.Context, req *content.GetZonesReq) (res *content.GetZonesResp, err error)

func (*ContentServerImpl) MoveFile

func (*ContentServerImpl) ParsingShareCode

func (*ContentServerImpl) RecoverRecycleBinFile

func (*ContentServerImpl) SaveFileToPrivateSpace

func (*ContentServerImpl) UpdateCoupon

func (s *ContentServerImpl) UpdateCoupon(ctx context.Context, req *content.UpdateCouponReq) (res *content.UpdateCouponResp, err error)

func (*ContentServerImpl) UpdateFile

func (*ContentServerImpl) UpdateItem

func (s *ContentServerImpl) UpdateItem(ctx context.Context, req *content.UpdateItemReq) (res *content.UpdateItemResp, err error)

func (*ContentServerImpl) UpdateOrder

func (s *ContentServerImpl) UpdateOrder(ctx context.Context, req *content.UpdateOrderReq) (res *content.UpdateOrderResp, err error)

func (*ContentServerImpl) UpdatePost

func (s *ContentServerImpl) UpdatePost(ctx context.Context, req *content.UpdatePostReq) (res *content.UpdatePostResp, err error)

func (*ContentServerImpl) UpdateProduct

func (s *ContentServerImpl) UpdateProduct(ctx context.Context, req *content.UpdateProductReq) (res *content.UpdateProductResp, err error)

func (*ContentServerImpl) UpdateShareCode

func (*ContentServerImpl) UpdateUser

func (s *ContentServerImpl) UpdateUser(ctx context.Context, req *content.UpdateUserReq) (resp *content.UpdateUserResp, err error)

func (*ContentServerImpl) UpdateZone

Jump to

Keyboard shortcuts

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