storageprovider

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateStorageProviderLogic

type CreateStorageProviderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateStorageProviderLogic

func NewCreateStorageProviderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateStorageProviderLogic

func (*CreateStorageProviderLogic) CreateStorageProvider

func (l *CreateStorageProviderLogic) CreateStorageProvider(req *types.StorageProviderInfo) (*types.BaseMsgResp, error)

type DeleteStorageProviderLogic

type DeleteStorageProviderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteStorageProviderLogic

func NewDeleteStorageProviderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteStorageProviderLogic

func (*DeleteStorageProviderLogic) DeleteStorageProvider

func (l *DeleteStorageProviderLogic) DeleteStorageProvider(req *types.IDsReq) (*types.BaseMsgResp, error)

type GetStorageProviderByIdLogic

type GetStorageProviderByIdLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetStorageProviderByIdLogic

func NewGetStorageProviderByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetStorageProviderByIdLogic

func (*GetStorageProviderByIdLogic) GetStorageProviderById

func (l *GetStorageProviderByIdLogic) GetStorageProviderById(req *types.IDReq) (*types.StorageProviderInfoResp, error)

type GetStorageProviderListLogic

type GetStorageProviderListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetStorageProviderListLogic

func NewGetStorageProviderListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetStorageProviderListLogic

func (*GetStorageProviderListLogic) GetStorageProviderList

type UpdateStorageProviderLogic

type UpdateStorageProviderLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateStorageProviderLogic

func NewUpdateStorageProviderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateStorageProviderLogic

func (*UpdateStorageProviderLogic) UpdateStorageProvider

func (l *UpdateStorageProviderLogic) UpdateStorageProvider(req *types.StorageProviderInfo) (*types.BaseMsgResp, error)

Jump to

Keyboard shortcuts

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