package
0.0.0-20250114221328-4dcdfb123cfe
Repository: https://github.com/frairon/linkbot.git
Documentation: pkg.go.dev

# Functions

AddSettingHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
AddUserLinkHook registers your hook function for all future operations.
AddUserSessionHook registers your hook function for all future operations.
FindSetting retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
FindUserLink retrieves a single record by ID with an executor.
FindUserSession retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
SettingExists checks if the Setting row exists.
Settings retrieves all the records using an executor.
UserExists checks if the User row exists.
UserLinkExists checks if the UserLink row exists.
UserLinks retrieves all the records using an executor.
Users retrieves all the records using an executor.
UserSessionExists checks if the UserSession row exists.
UserSessions retrieves all the records using an executor.

# 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
SettingRels 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
No description provided by the author
UserLinkRels 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
UserSessionRels 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
No description provided by the author

# Structs

Setting is an object representing the database table.
User is an object representing the database table.
UserLink is an object representing the database table.
UserSession is an object representing the database table.

# 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author