Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelLogic ¶
func NewCancelLogic ¶
func NewCancelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CancelLogic
func (*CancelLogic) Cancel ¶
func (l *CancelLogic) Cancel(req *types.OtaFirmwareDeviceCancelReq) error
type ConfirmLogic ¶
func NewConfirmLogic ¶
func NewConfirmLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ConfirmLogic
func (*ConfirmLogic) Confirm ¶
func (l *ConfirmLogic) Confirm(req *types.OtaFirmwareDeviceConfirmReq) error
type IndexLogic ¶
func NewIndexLogic ¶
func NewIndexLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IndexLogic
func (*IndexLogic) Index ¶
func (l *IndexLogic) Index(req *types.OtaFirmwareDeviceIndexReq) (resp *types.OtaFirmwareDeviceIndexResp, err error)
type RetryLogic ¶
func NewRetryLogic ¶
func NewRetryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RetryLogic
func (*RetryLogic) Retry ¶
func (l *RetryLogic) Retry(req *types.OtaFirmwareDeviceRetryReq) error
Click to show internal directories.
Click to hide internal directories.