Documentation
¶
Index ¶
Constants ¶
View Source
const ( SyncQueueStatusPending = "pending" SyncQueueStatusFailed = "failed" SyncQueueStatusComplete = "complete" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncQueue ¶
type SyncQueue struct { ID int ItemID int Item *[]byte ItemHash string ItemType string Status string Service string Retries int ForDelete bool CreatedOn string UpdatedOn string }
SyncQueue model
func (*SyncQueue) MarshalJSON ¶
MarshalJSON If we add the item, do not forget to custom marshal JSON for the item
Click to show internal directories.
Click to hide internal directories.