Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Schema ¶
type Schema struct {
// contains filtered or unexported fields
}
Schema describes the canonical field ordering for an entity.
func NewSchema ¶
func NewSchema(fields []*SchemaField) *Schema
NewSchema constructs a schema with the provided ordered fields.
type SchemaField ¶
SchemaField represents a field entry and any nested schema for object properties.
Click to show internal directories.
Click to hide internal directories.