type
Export
type Export struct {
Collections []Collection
}A normalized, source-independent Payload export.
Source migration/payload/payload.go:22
Collections[]Collection- The Collections value.
An extractor must produce this shape. Ridu does not couple the importer to Payload database tables or internal storage conventions.