method
BoundTypedCollection.Create
func (collection BoundTypedCollection[Document, Create, Update]) Create(
ctx context.Context,
input Create,
actor *store.Document,
) (Document, error)Public method BoundTypedCollection.Create from github.com/riducms/ridu/core.
Related types
BoundTypedCollectionTyped Create, Import, Find, List, Update, UpdateRevision, and Delete methods.
DocumentA stored document with status and version metadata.