package
0.0.0-20210705052426-15884ca4e731
Repository: https://github.com/majidalaeinia/chestack.git
Documentation: pkg.go.dev
# Functions
AddBusinessHook registers your hook function for all future operations.
AddBusinessStackHook registers your hook function for all future operations.
AddPasswordResetHook registers your hook function for all future operations.
AddStackHook registers your hook function for all future operations.
AddStackTagHook registers your hook function for all future operations.
AddTagHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
Businesses retrieves all the records using an executor.
BusinessExists checks if the Business row exists.
BusinessExistsG checks if the Business row exists.
BusinessStackExists checks if the BusinessStack row exists.
BusinessStackExistsG checks if the BusinessStack row exists.
BusinessStacks retrieves all the records using an executor.
FindBusiness retrieves a single record by ID with an executor.
FindBusinessG retrieves a single record by ID.
FindBusinessStack retrieves a single record by ID with an executor.
FindBusinessStackG retrieves a single record by ID.
FindPasswordReset retrieves a single record by ID with an executor.
FindPasswordResetG retrieves a single record by ID.
FindStack retrieves a single record by ID with an executor.
FindStackG retrieves a single record by ID.
FindStackTag retrieves a single record by ID with an executor.
FindStackTagG retrieves a single record by ID.
FindTag retrieves a single record by ID with an executor.
FindTagG retrieves a single record by ID.
FindUser retrieves a single record by ID with an executor.
FindUserG retrieves a single record by ID.
NewQuery initializes a new Query using the passed in QueryMods.
PasswordResetExists checks if the PasswordReset row exists.
PasswordResetExistsG checks if the PasswordReset row exists.
PasswordResets retrieves all the records using an executor.
StackExists checks if the Stack row exists.
StackExistsG checks if the Stack row exists.
Stacks retrieves all the records using an executor.
StackTagExists checks if the StackTag row exists.
StackTagExistsG checks if the StackTag row exists.
StackTags retrieves all the records using an executor.
TagExists checks if the Tag row exists.
TagExistsG checks if the Tag row exists.
Tags retrieves all the records using an executor.
UserExists checks if the User row exists.
UserExistsG checks if the User row exists.
Users retrieves all the records using an executor.
# Variables
No description provided by the author
BusinessRels is where relationship names are stored.
No description provided by the author
BusinessStackRels 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
PasswordResetRels is where relationship names are stored.
No description provided by the author
No description provided by the author
StackRels is where relationship names are stored.
No description provided by the author
StackTagRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TagRels is where relationship names are stored.
No description provided by the author
No description provided by the author
UserRels is where relationship names are stored.
No description provided by the author
# Structs
Business is an object representing the database table.
BusinessStack is an object representing the database table.
PasswordReset is an object representing the database table.
Stack is an object representing the database table.
StackTag is an object representing the database table.
Tag is an object representing the database table.
User is an object representing the database table.
# Type aliases
No description provided by the author
No description provided by the author
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author