Documentation ¶
Index ¶
- type DahuaCoaxialStatus
- type DahuaDeviceCreated
- type DahuaDeviceDeleted
- type DahuaDeviceUpdated
- type DahuaEmailCreated
- type DahuaEvent
- type DahuaFileCreated
- type DahuaFileCursorUpdated
- type DahuaWorkerConnected
- type DahuaWorkerConnecting
- type DahuaWorkerDisconnected
- type SqueuelEnqueued
- type UserSecurityUpdated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DahuaCoaxialStatus ¶
type DahuaCoaxialStatus struct { DeviceID int64 Channel int CoaxialStatus models.DahuaCoaxialStatus }
type DahuaDeviceCreated ¶
type DahuaDeviceCreated struct {
DeviceID int64
}
type DahuaDeviceDeleted ¶
type DahuaDeviceDeleted struct {
DeviceID int64
}
type DahuaDeviceUpdated ¶
type DahuaDeviceUpdated struct {
DeviceID int64
}
type DahuaEmailCreated ¶
type DahuaEvent ¶
type DahuaEvent struct { Event repo.DahuaEvent EventRule repo.DahuaEventRule }
type DahuaFileCreated ¶
type DahuaFileCursorUpdated ¶
type DahuaFileCursorUpdated struct {
Cursor repo.DahuaFileCursor
}
type DahuaWorkerConnected ¶
type DahuaWorkerConnected struct { DeviceID int64 Type models.DahuaWorkerType }
type DahuaWorkerConnecting ¶
type DahuaWorkerConnecting struct { DeviceID int64 Type models.DahuaWorkerType }
type DahuaWorkerDisconnected ¶
type DahuaWorkerDisconnected struct { DeviceID int64 Type models.DahuaWorkerType Error error }
type SqueuelEnqueued ¶
type SqueuelEnqueued struct {
Queue string
}
type UserSecurityUpdated ¶
type UserSecurityUpdated struct {
UserID int64
}
Click to show internal directories.
Click to hide internal directories.