method
BoundTypedGlobal.Publish
func (global BoundTypedGlobal[Document, Update]) Publish(
ctx context.Context,
expectedRevision int,
actor *store.Document,
) (Document, error)Public method BoundTypedGlobal.Publish from github.com/riducms/ridu/core.
Related types
BoundTypedGlobalTyped Find, Update, Publish, Unpublish, Restore, and RestoreAsDraft methods.
DocumentA stored document with status and version metadata.