Documentation
¶
Overview ¶
Package payload imports a normalized Payload CMS export without coupling Ridu to Payload's database schema. Source-specific extractors emit Export; this package owns assessment, chosen-version selection, and Ridu writes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assessment ¶
type Collection ¶
type Export ¶
type Export struct {
Collections []Collection
}
type ID ¶
type ID string
ID is a normalized Payload document ID. JSON strings are preserved exactly; integer JSON numbers are converted to their exact base-10 spelling so Payload's numeric, UUID, and custom IDs share Ridu's canonical string wire representation without passing through float64.
func (ID) MarshalJSON ¶
func (*ID) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.