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.

Source core/publishing.go:60

@param ctx
The ctx value.
@param collection
The collection value.
@param documentID
The documentID value.
@param identity
The identity value.
@returns
The declared result.

Related types

  • App

    A resolved application bound to operation services.

  • AuthIdentity

    An exact authenticated collection and actor document.

  • ScheduledPublish

    Adapter-neutral revision-fenced future publish record.