method

BoundTypedCollection.Import

func (collection BoundTypedCollection[Document, Create, Update]) Import( ctx context.Context, input Create, options ImportOptions, actor *store.Document, ) (Document, error)

Public method BoundTypedCollection.Import from github.com/riducms/ridu/core.

Source core/typed_local.go:77

@param ctx
The ctx value.
@param input
The input value.
@param options
The options value.
@param actor
The actor value.
@returns
The declared result.

Related types

  • BoundTypedCollection

    Typed Create, Import, Find, List, Update, UpdateRevision, and Delete methods.

  • ImportOptions

    Migration-owned source identity, status, and timestamps.

  • Document

    A stored document with status and version metadata.