# Functions
MarshalSchema encodes the mongox.Schema interface into a JSON that can be decoded into the Schema objects declared above.
NewField creates a loaded field from field descriptor.
NewIndex creates an loaded index from index descriptor.
UnmarshalSchema decodes the given buffer to a loaded schema.
# Structs
No description provided by the author
Field represents an ent.Field that was loaded from a complied user package.
Index represents an ent.Index that was loaded from a complied user package.
Schema represents an ent.Schema that was loaded from a complied user package.
No description provided by the author
No description provided by the author