method
App.ScheduledPublishes
func (application *App) ScheduledPublishes(
ctx context.Context,
collection,
documentID string,
identity *AuthIdentity,
) ([]store.ScheduledPublish, error)List scheduled publishes for one authorized document.
Related types
AppA resolved application bound to operation services.
AuthIdentityAn exact authenticated collection and actor document.
ScheduledPublishAdapter-neutral revision-fenced future publish record.