method
BoundTypedGlobal.Update
func (global BoundTypedGlobal[Document, Update]) Update(
ctx context.Context,
input Update,
expectedRevision int,
actor *store.Document,
) (Document, error)Public method BoundTypedGlobal.Update 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.