Documentation
¶
Overview ¶
nolint:revive,typecheck
nolint:revive,typecheck
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventDeviceSyncHandler ¶
type EventDeviceSyncHandler struct {
EventDeviceSyncHandlerDummy
}
func (EventDeviceSyncHandler) Consume ¶
func (ev EventDeviceSyncHandler) Consume(ctx context.Context)
type EventDeviceSyncHandlerDummy ¶
type EventDeviceSyncHandlerDummy struct { models.CRCCloudEvent Data models.EdgeBasePayload `json:"data,omitempty"` }
type EventInventorySyncHandler ¶
type EventInventorySyncHandler struct {
EventInventorySyncHandlerDummy
}
func (EventInventorySyncHandler) Consume ¶
func (ev EventInventorySyncHandler) Consume(ctx context.Context)
type EventInventorySyncHandlerDummy ¶
type EventInventorySyncHandlerDummy struct { models.CRCCloudEvent Data models.EdgeBasePayload `json:"data,omitempty"` }
Click to show internal directories.
Click to hide internal directories.