Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceInfo ¶
type DeviceInfo struct { DeviceId string `dynamodbav:"deviceid" json:"deviceid"` DeviceName string `dynamodbav:"deviceName" json:"deviceName"` Mac string `dynamodbav:"mac" json:"mac"` DeviceType string `dynamodbav:"deviceType" json:"deviceType"` HomeId string `dynamodbav:"homeId" json:"homeId"` CreateAt int64 `dynamodbav:"createdAt" json:"createdAt"` UpdatedAt int64 `dynamodbav:"updatedAt" json:"updateAt"` }
func (DeviceInfo) GetKey ¶
func (deviceInfo DeviceInfo) GetKey() map[string]types.AttributeValue
type DeviceInfoResponse ¶
type DeviceInfoResponse struct {
Data string
}
type DeviceInfoSQSMessage ¶
Click to show internal directories.
Click to hide internal directories.