Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilecreateLogic ¶
func NewFilecreateLogic ¶
func NewFilecreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FilecreateLogic
func (*FilecreateLogic) Filecreate ¶
func (l *FilecreateLogic) Filecreate(req *types.FileCreateReq) (*types.FileCreateResp, error)
type FiledeletionLogic ¶
func NewFiledeletionLogic ¶
func NewFiledeletionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FiledeletionLogic
func (*FiledeletionLogic) Filedeletion ¶
func (l *FiledeletionLogic) Filedeletion(req *types.FileDeletionReq) (*types.FileDeletionResp, error)
type FiledetailsLogic ¶
func NewFiledetailsLogic ¶
func NewFiledetailsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FiledetailsLogic
func (*FiledetailsLogic) Filedetails ¶
func (l *FiledetailsLogic) Filedetails(req *types.FileDetailsReq) (resp *types.FileDetailsResp, err error)
type FiledownloadLogic ¶
func NewFiledownloadLogic ¶
func NewFiledownloadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FiledownloadLogic
func (*FiledownloadLogic) Filedownload ¶
func (l *FiledownloadLogic) Filedownload(req *types.FileDownloadReq) (*types.FileDownloadResp, error)
type FilelistLogic ¶
func NewFilelistLogic ¶
func NewFilelistLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FilelistLogic
func (*FilelistLogic) Filelist ¶
func (l *FilelistLogic) Filelist(req *types.FileListReq) (*types.FileListResp, error)
type FilemoveLogic ¶
func NewFilemoveLogic ¶
func NewFilemoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FilemoveLogic
func (*FilemoveLogic) Filemove ¶
func (l *FilemoveLogic) Filemove(req *types.FileMoveReq) (*types.FileMoveResp, error)
type FilenameupdateLogic ¶
func NewFilenameupdateLogic ¶
func NewFilenameupdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FilenameupdateLogic
func (*FilenameupdateLogic) Filenameupdate ¶
func (l *FilenameupdateLogic) Filenameupdate(req *types.FileNameUpdateReq) (*types.FileNameUpdateResp, error)
type FileshareLogic ¶
type FileshareLogic struct { // contains filtered or unexported fields }
func NewFileshareLogic ¶
func NewFileshareLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FileshareLogic
func (*FileshareLogic) Fileshare ¶
func (l *FileshareLogic) Fileshare(req *types.FileShareReq) (resp *types.FileShareResp, err error)
type FilesharesaveLogic ¶
type FilesharesaveLogic struct { // contains filtered or unexported fields }
func NewFilesharesaveLogic ¶
func NewFilesharesaveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FilesharesaveLogic
func (*FilesharesaveLogic) Filesharesave ¶
func (l *FilesharesaveLogic) Filesharesave(req *types.FileShareSaveReq) (resp *types.FileShareSaveResp, err error)
type FileuploadLogic ¶
func NewFileuploadLogic ¶
func NewFileuploadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FileuploadLogic
func (*FileuploadLogic) Fileupload ¶
func (l *FileuploadLogic) Fileupload(req *types.FileUploadReq) (*types.FileUploadResp, error)
Click to show internal directories.
Click to hide internal directories.