type
Collection
type Collection struct {
Slug string
Documents []Record
}One source collection slug and its normalized documents.
Source migration/payload/payload.go:26
Slugstring- The Slug value.
Documents[]Record- The Documents value.