type
Result
type Result struct {
Imported int
IDs map[string]map[string]string
}Completed import count and source-to-target ID mapping.
Source migration/payload/payload.go:147
Importedint- The Imported value.
IDsmap[string]map[string]string- The IDs value.