package
0.5.0
Repository: https://github.com/mrz1836/go-api.git
Documentation: pkg.go.dev

# Functions

AddAuthHook registers your hook function for all future operations.
AddPersonHook registers your hook function for all future operations.
AuthExists checks if the Auth row exists.
Auths retrieves all the records using an executor.
FindAuth retrieves a single record by ID with an executor.
FindPerson retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
PersonExists checks if the Person row exists.
Persons retrieves all the records using an executor.

# Variables

No description provided by the author
AuthRels is where relationship names are stored.
No description provided by the author
No description provided by the author
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
PersonRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Auth is an object representing the database table.
Person is an object representing the database table.

# Type aliases

No description provided by the author
No description provided by the author
M type is for providing columns and column values to UpdateAll.
No description provided by the author
No description provided by the author