type
Assessment
type Assessment struct {
Collections int
Documents int
Versions int
Issues []string
}Preflight counts and sorted blockers.
Source migration/payload/payload.go:89
Collectionsint- The Collections value.
Documentsint- The Documents value.
Versionsint- The Versions value.
Issues[]string- The Issues value.