Documentation ¶
Index ¶
- type FileUploadChunkCompleteLogic
- type FileUploadChunkLogic
- type FileUploadLogic
- type FileUploadPrepareLogic
- type MailCodeSendRegisterLogic
- type RefreshAuthorizationLogic
- type ShareBasicCreateLogic
- type ShareBasicDetailLogic
- type ShareBasicSaveLogic
- type UserDetailLogic
- type UserFileDeleteLogic
- type UserFileListLogic
- type UserFileMoveLogic
- type UserFileNameUpdateLogic
- type UserFolderCreateLogic
- type UserLoginLogic
- type UserRegisterLogic
- type UserRepositorySaveLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileUploadChunkCompleteLogic ¶
func NewFileUploadChunkCompleteLogic ¶
func NewFileUploadChunkCompleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FileUploadChunkCompleteLogic
func (*FileUploadChunkCompleteLogic) FileUploadChunkComplete ¶
func (l *FileUploadChunkCompleteLogic) FileUploadChunkComplete(req *types.FileUploadChunkCompleteRequest) (resp *types.FileUploadChunkCompleteReply, err error)
type FileUploadChunkLogic ¶
func NewFileUploadChunkLogic ¶
func NewFileUploadChunkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FileUploadChunkLogic
func (*FileUploadChunkLogic) FileUploadChunk ¶
func (l *FileUploadChunkLogic) FileUploadChunk(req *types.FileUploadChunkRequest) (resp *types.FileUploadChunkReply, err error)
type FileUploadLogic ¶
func NewFileUploadLogic ¶
func NewFileUploadLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FileUploadLogic
func (*FileUploadLogic) FileUpload ¶
func (l *FileUploadLogic) FileUpload(req *types.FileUploadRequest) (resp *types.FileUploadReply, err error)
type FileUploadPrepareLogic ¶
func NewFileUploadPrepareLogic ¶
func NewFileUploadPrepareLogic(ctx context.Context, svcCtx *svc.ServiceContext) *FileUploadPrepareLogic
func (*FileUploadPrepareLogic) FileUploadPrepare ¶
func (l *FileUploadPrepareLogic) FileUploadPrepare(req *types.FileUploadPrepareRequest) (resp *types.FileUploadPrepareReply, err error)
type MailCodeSendRegisterLogic ¶
func NewMailCodeSendRegisterLogic ¶
func NewMailCodeSendRegisterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MailCodeSendRegisterLogic
func (*MailCodeSendRegisterLogic) MailCodeSendRegister ¶
func (l *MailCodeSendRegisterLogic) MailCodeSendRegister(req *types.MailCodeRequest) (resp *types.MailCodeReply, err error)
type RefreshAuthorizationLogic ¶
func NewRefreshAuthorizationLogic ¶
func NewRefreshAuthorizationLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RefreshAuthorizationLogic
func (*RefreshAuthorizationLogic) RefreshAuthorization ¶
func (l *RefreshAuthorizationLogic) RefreshAuthorization(req *types.RefreshAuthorizationRequest, authorization string) (resp *types.RefreshAuthorizationSaveReply, err error)
type ShareBasicCreateLogic ¶
type ShareBasicCreateLogic struct { // contains filtered or unexported fields }
func NewShareBasicCreateLogic ¶
func NewShareBasicCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ShareBasicCreateLogic
func (*ShareBasicCreateLogic) ShareBasicCreate ¶
func (l *ShareBasicCreateLogic) ShareBasicCreate(req *types.ShareBasicCreateRequest, userIdentity string) (resp *types.ShareBasicCreateReply, err error)
type ShareBasicDetailLogic ¶
type ShareBasicDetailLogic struct { // contains filtered or unexported fields }
func NewShareBasicDetailLogic ¶
func NewShareBasicDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ShareBasicDetailLogic
func (*ShareBasicDetailLogic) ShareBasicDetail ¶
func (l *ShareBasicDetailLogic) ShareBasicDetail(req *types.ShareBasicDetailRequest) (resp *types.ShareBasicDetailReply, err error)
type ShareBasicSaveLogic ¶
type ShareBasicSaveLogic struct { // contains filtered or unexported fields }
func NewShareBasicSaveLogic ¶
func NewShareBasicSaveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ShareBasicSaveLogic
func (*ShareBasicSaveLogic) ShareBasicSave ¶
func (l *ShareBasicSaveLogic) ShareBasicSave(req *types.ShareBasicSaveRequest, userIdentity string) (resp *types.ShareBasicSaveReply, err error)
type UserDetailLogic ¶
func NewUserDetailLogic ¶
func NewUserDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserDetailLogic
func (*UserDetailLogic) UserDetail ¶
func (l *UserDetailLogic) UserDetail(req *types.UserDetailRequest) (resp *types.UserDetailReply, err error)
type UserFileDeleteLogic ¶
func NewUserFileDeleteLogic ¶
func NewUserFileDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserFileDeleteLogic
func (*UserFileDeleteLogic) UserFileDelete ¶
func (l *UserFileDeleteLogic) UserFileDelete(req *types.UserFileDeleteRequest, userIdentity string) (resp *types.UserFileDeleteReply, err error)
type UserFileListLogic ¶
func NewUserFileListLogic ¶
func NewUserFileListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserFileListLogic
func (*UserFileListLogic) UserFileList ¶
func (l *UserFileListLogic) UserFileList(req *types.UserFileListRequest, userIdentity string) (resp *types.UserFileListReply, err error)
type UserFileMoveLogic ¶
func NewUserFileMoveLogic ¶
func NewUserFileMoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserFileMoveLogic
func (*UserFileMoveLogic) UserFileMove ¶
func (l *UserFileMoveLogic) UserFileMove(req *types.UserFileMoveRequest, userIdentity string) (resp *types.UserFileMoveReply, err error)
type UserFileNameUpdateLogic ¶
func NewUserFileNameUpdateLogic ¶
func NewUserFileNameUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserFileNameUpdateLogic
func (*UserFileNameUpdateLogic) UserFileNameUpdate ¶
func (l *UserFileNameUpdateLogic) UserFileNameUpdate(req *types.UserFileNameUpdateRequest, userIdentity string) (resp *types.UserFileNameUpdateReply, err error)
type UserFolderCreateLogic ¶
func NewUserFolderCreateLogic ¶
func NewUserFolderCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserFolderCreateLogic
func (*UserFolderCreateLogic) UserFolderCreate ¶
func (l *UserFolderCreateLogic) UserFolderCreate(req *types.UserFolderCreateRequest, userIdentity string) (resp *types.UserFolderCreateReply, err error)
type UserLoginLogic ¶
func NewUserLoginLogic ¶
func NewUserLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserLoginLogic
func (*UserLoginLogic) UserLogin ¶
func (l *UserLoginLogic) UserLogin(req *types.LoginRequest) (resp *types.LoginReply, err error)
type UserRegisterLogic ¶
func NewUserRegisterLogic ¶
func NewUserRegisterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserRegisterLogic
func (*UserRegisterLogic) UserRegister ¶
func (l *UserRegisterLogic) UserRegister(req *types.UserRegisterRequest) (resp *types.UserRegisterReply, err error)
type UserRepositorySaveLogic ¶
func NewUserRepositorySaveLogic ¶
func NewUserRepositorySaveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserRepositorySaveLogic
func (*UserRepositorySaveLogic) UserRepositorySave ¶
func (l *UserRepositorySaveLogic) UserRepositorySave(req *types.UserRepositoryRequest, userIdentity string) (resp *types.UserRepositoryReply, err error)
Source Files ¶
- fileuploadchunkcompletelogic.go
- fileuploadchunklogic.go
- fileuploadlogic.go
- fileuploadpreparelogic.go
- mailcodesendregisterlogic.go
- refreshauthorizationlogic.go
- sharebasiccreatelogic.go
- sharebasicdetaillogic.go
- sharebasicsavelogic.go
- userdetaillogic.go
- userfiledeletelogic.go
- userfilelistlogic.go
- userfilemovelogic.go
- userfilenameupdatelogic.go
- userfoldercreatelogic.go
- userloginlogic.go
- userregisterlogic.go
- userrepositorysavelogic.go
Click to show internal directories.
Click to hide internal directories.