type
ScheduledPublish
type ScheduledPublish struct {
ID string
CollectionID schema.StableID
DocumentID string
ExpectedRevision int
RunAt time.Time
Attempts int
RequestedByCollectionID schema.StableID
RequestedByUserID string
LastError string
CreatedAt time.Time
}Adapter-neutral revision-fenced future publish record.
IDstring- The ID value.
CollectionIDschema.StableID- The CollectionID value.
DocumentIDstring- The DocumentID value.
ExpectedRevisionint- The ExpectedRevision value.
RunAttime.Time- The RunAt value.
Attemptsint- The Attempts value.
RequestedByCollectionIDschema.StableID- The RequestedByCollectionID value.
RequestedByUserIDstring- The RequestedByUserID value.
LastErrorstring- The LastError value.
CreatedAttime.Time- The CreatedAt value.