package
0.0.0-20210104001444-3e30f1051c4a
Repository: https://github.com/bronsun/restapi---go.git
Documentation: pkg.go.dev
# Functions
AddUserHook registers your hook function for all future operations.
AddUserLinkHook registers your hook function for all future operations.
FindUser retrieves a single record by ID with an executor.
FindUserG retrieves a single record by ID.
FindUserGP retrieves a single record by ID, and panics on error.
FindUserLink retrieves a single record by ID with an executor.
FindUserLinkG retrieves a single record by ID.
FindUserLinkGP retrieves a single record by ID, and panics on error.
FindUserLinkP retrieves a single record by ID with an executor, and panics on error.
FindUserP retrieves a single record by ID with an executor, and panics on error.
NewQuery initializes a new Query using the passed in QueryMods.
NewQueryG initializes a new Query using the passed in QueryMods.
UserExists checks if the User row exists.
UserExistsG checks if the User row exists.
UserExistsGP checks if the User row exists.
UserExistsP checks if the User row exists.
UserLinkExists checks if the UserLink row exists.
UserLinkExistsG checks if the UserLink row exists.
UserLinkExistsGP checks if the UserLink row exists.
UserLinkExistsP checks if the UserLink row exists.
UserLinks retrieves all the records using an executor.
UserLinksG retrieves all records.
Users retrieves all the records using an executor.
UsersG retrieves all records.
# Variables
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
M type is for providing columns and column values to UpdateAll.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author