interface
Target
type Target interface {
Import(
context.Context,
string,
store.Values,
ridu.ImportOptions,
*store.Document,
) (store.Document, error)
}The narrow destination contract used by Import.
Source migration/payload/payload.go:143
Importfunc(context.Context, string, store.Values, ridu.ImportOptions, *store.Document) (store.Document, error)- The Import value.
*core.LocalAPI satisfies this contract. Writes still enter Ridu access, validation, hooks, transaction, upload-reference, and version handling.