Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RecordWrapper ¶
type RecordWrapper struct {
Errors []records.SchemaError `json:"errors"`
Record interface{} `json:"record"`
}
type RecordsValidationResult ¶
type RecordsValidationResult struct {
Collections map[string][]RecordWrapper `json:"collections"`
Stats map[string]*records.CollectionStat `json:"stats"`
}
Click to show internal directories.
Click to hide internal directories.