Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefUpload ¶
type DefUpload struct {
// contains filtered or unexported fields
}
func NewDefUpload ¶
func NewDefUpload(fic *biz.FileLibConfigUsecase, fi *biz.FileLibUsecase) *DefUpload
func (*DefUpload) ListAll ¶
func (u *DefUpload) ListAll(ctx context.Context, in *v1.ListQyAdminFileRequest) (*biz.FileLibDOList, error)
type IUploadStrategy ¶
type QiNiuUpload ¶
type QiNiuUpload struct {
// contains filtered or unexported fields
}
func NewQiNiuUpload ¶
func NewQiNiuUpload(fic *biz.FileLibConfigUsecase) *QiNiuUpload
func (*QiNiuUpload) ListAll ¶
func (u *QiNiuUpload) ListAll(ctx context.Context, in *v1.ListQyAdminFileRequest) (*biz.FileLibDOList, error)
type UploadOperator ¶
type UploadOperator struct {
// contains filtered or unexported fields
}
func NewUploadOperator ¶
func NewUploadOperator(id uint64, fic *biz.FileLibConfigUsecase, fi *biz.FileLibUsecase) *UploadOperator
func (*UploadOperator) ListAll ¶
func (operator *UploadOperator) ListAll(ctx context.Context, in *v1.ListQyAdminFileRequest) (*biz.FileLibDOList, error)
Click to show internal directories.
Click to hide internal directories.