Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SyncStreamTask = squeuel.NewTaskBuilder[StreamPayload]("dahua-stream:sync") PushStreamTask = squeuel.NewTaskBuilder[StreamPayload]("dahua-stream:push") )
Functions ¶
func HandlePushStreamTask ¶
func HandleSyncStreamTask ¶
func RegisterStreams ¶
func RegisterStreams()
Types ¶
type StreamPayload ¶
type StreamPayload struct {
DeviceID int64
}
func (StreamPayload) TaskID ¶
func (p StreamPayload) TaskID() squeuel.Option
Click to show internal directories.
Click to hide internal directories.