Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyLogic ¶
func NewCopyLogic ¶
func NewCopyLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CopyLogic
func (*CopyLogic) Copy ¶
func (l *CopyLogic) Copy(in *storage.MoveCopyReq) (*storage.MoveCopyRes, error)
type GetDirLogic ¶
func NewGetDirLogic ¶
func NewGetDirLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDirLogic
type GetDriverAddtionLogic ¶
func NewGetDriverAddtionLogic ¶
func NewGetDriverAddtionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDriverAddtionLogic
func (*GetDriverAddtionLogic) GetDriverAddtion ¶
func (l *GetDriverAddtionLogic) GetDriverAddtion(in *storage.GetDriverAddtionReq) (*storage.GetDriverAddtionRes, error)
type GetDriverConfigLogic ¶
func NewGetDriverConfigLogic ¶
func NewGetDriverConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDriverConfigLogic
func (*GetDriverConfigLogic) GetDriverConfig ¶
func (l *GetDriverConfigLogic) GetDriverConfig(in *storage.GetDriverConfigReq) (*storage.GetDriverConfigRes, error)
type GetLinkLogic ¶
func NewGetLinkLogic ¶
func NewGetLinkLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetLinkLogic
func (*GetLinkLogic) GetLink ¶
func (l *GetLinkLogic) GetLink(in *storage.GetLinkReq) (*storage.GetLinkRes, error)
type GetSupportedDriversLogic ¶
func NewGetSupportedDriversLogic ¶
func NewGetSupportedDriversLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSupportedDriversLogic
func (*GetSupportedDriversLogic) GetSupportedDrivers ¶
func (l *GetSupportedDriversLogic) GetSupportedDrivers(in *storage.Empty) (*storage.GetSupportedDriversRes, error)
type MkdirLogic ¶
func NewMkdirLogic ¶
func NewMkdirLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MkdirLogic
func (*MkdirLogic) Mkdir ¶
func (l *MkdirLogic) Mkdir(in *storage.MakeDirReq) (*storage.Empty, error)
type MoveLogic ¶
func NewMoveLogic ¶
func NewMoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MoveLogic
func (*MoveLogic) Move ¶
func (l *MoveLogic) Move(in *storage.MoveCopyReq) (*storage.MoveCopyRes, error)
type PutLogic ¶
func NewPutLogic ¶
func NewPutLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PutLogic
type RefreshAllLogic ¶
func NewRefreshAllLogic ¶
func NewRefreshAllLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RefreshAllLogic
func (*RefreshAllLogic) RefreshAll ¶
type RemoveLogic ¶
func NewRemoveLogic ¶
func NewRemoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RemoveLogic
type RenameLogic ¶
func NewRenameLogic ¶
func NewRenameLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RenameLogic
Click to show internal directories.
Click to hide internal directories.