Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateStorageProviderLogic ¶
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 ¶
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 ¶
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 ¶
func NewGetStorageProviderListLogic ¶
func NewGetStorageProviderListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetStorageProviderListLogic
func (*GetStorageProviderListLogic) GetStorageProviderList ¶
func (l *GetStorageProviderListLogic) GetStorageProviderList(req *types.StorageProviderListReq) (*types.StorageProviderListResp, error)
type UpdateStorageProviderLogic ¶
func NewUpdateStorageProviderLogic ¶
func NewUpdateStorageProviderLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateStorageProviderLogic
func (*UpdateStorageProviderLogic) UpdateStorageProvider ¶
func (l *UpdateStorageProviderLogic) UpdateStorageProvider(req *types.StorageProviderInfo) (*types.BaseMsgResp, error)
Click to show internal directories.
Click to hide internal directories.