device_event

package
v0.0.0-...-2fae968 Latest Latest
Warning

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

Go to latest
Published: May 25, 2024 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QueryDeviceEventData

func QueryDeviceEventData(iotId string, startTime int64, endTime int64, pageSize int32, l *SyncDeviceEventLogic) error

Types

type CreateDeviceEventLogic

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

func NewCreateDeviceEventLogic

func NewCreateDeviceEventLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateDeviceEventLogic

func (*CreateDeviceEventLogic) CreateDeviceEvent

func (l *CreateDeviceEventLogic) CreateDeviceEvent(in *data.DeviceEventInfo) (*data.BaseIDResp, error)

type DeleteDeviceEventLogic

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

func NewDeleteDeviceEventLogic

func NewDeleteDeviceEventLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteDeviceEventLogic

func (*DeleteDeviceEventLogic) DeleteDeviceEvent

func (l *DeleteDeviceEventLogic) DeleteDeviceEvent(in *data.IDsReq) (*data.BaseResp, error)

type GetDeviceEventByIdLogic

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

func NewGetDeviceEventByIdLogic

func NewGetDeviceEventByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDeviceEventByIdLogic

func (*GetDeviceEventByIdLogic) GetDeviceEventById

func (l *GetDeviceEventByIdLogic) GetDeviceEventById(in *data.IDReq) (*data.DeviceEventInfo, error)

type GetDeviceEventListLogic

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

func NewGetDeviceEventListLogic

func NewGetDeviceEventListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetDeviceEventListLogic

func (*GetDeviceEventListLogic) GetDeviceEventList

type SyncDeviceEventLogic

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

func NewSyncDeviceEventLogic

func NewSyncDeviceEventLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SyncDeviceEventLogic

func (*SyncDeviceEventLogic) SyncDeviceEvent

func (l *SyncDeviceEventLogic) SyncDeviceEvent(in *data.SyncDeviceEventReq) (*data.BaseResp, error)

type UpdateDeviceEventLogic

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

func NewUpdateDeviceEventLogic

func NewUpdateDeviceEventLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDeviceEventLogic

func (*UpdateDeviceEventLogic) UpdateDeviceEvent

func (l *UpdateDeviceEventLogic) UpdateDeviceEvent(in *data.DeviceEventInfo) (*data.BaseResp, error)

Jump to

Keyboard shortcuts

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