# Packages
No description provided by the author
# Functions
GetPersonByEmail gets a person by email address.
GetPersonByID gets a person by ID.
GetPersons gets an array of person //todo: temporary for now.
NewPerson creates an empty person model.
NewPersonsUsingSchema creates a new model using a schema.
NewPersonUsingSchema creates a person model using a schema.
StartUp loads all model dependencies.
# Variables
PersonAllFields all fields that can be displayed.
PersonCreateColumns columns only allowed in create.
PersonDeleteColumns columns only allowed in delete.
PersonUpdateColumns columns only allowed in update.
# Structs
EmailExampleData is the email struct for the data.
Person extends the schema model.