package
0.0.0-20240630064459-23ad00356830
Repository: https://github.com/heyztb/lists.git
Documentation: pkg.go.dev
# Functions
AddCommentHook registers your hook function for all future operations.
AddGorpMigrationHook registers your hook function for all future operations.
AddItemHook registers your hook function for all future operations.
AddLabelHook registers your hook function for all future operations.
AddListHook registers your hook function for all future operations.
AddSectionHook registers your hook function for all future operations.
AddSettingHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
CommentExists checks if the Comment row exists.
Comments retrieves all the records using an executor.
FindComment retrieves a single record by ID with an executor.
FindGorpMigration retrieves a single record by ID with an executor.
FindItem retrieves a single record by ID with an executor.
FindLabel retrieves a single record by ID with an executor.
FindList retrieves a single record by ID with an executor.
FindSection retrieves a single record by ID with an executor.
FindSetting retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
GorpMigrationExists checks if the GorpMigration row exists.
GorpMigrations retrieves all the records using an executor.
ItemExists checks if the Item row exists.
Items retrieves all the records using an executor.
LabelExists checks if the Label row exists.
Labels retrieves all the records using an executor.
ListExists checks if the List row exists.
Lists retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
SectionExists checks if the Section row exists.
Sections retrieves all the records using an executor.
SettingExists checks if the Setting row exists.
Settings retrieves all the records using an executor.
No description provided by the author
No description provided by the author
UserExists checks if the User row exists.
Users retrieves all the records using an executor.
# Variables
No description provided by the author
CommentRels is where relationship names are stored.
No description provided by the author
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
GorpMigrationRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
ItemRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
LabelRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
ListRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
SectionRels is where relationship names are stored.
No description provided by the author
No description provided by the author
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
UserRels 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
Comment is an object representing the database table.
GorpMigration is an object representing the database table.
Item is an object representing the database table.
Label is an object representing the database table.
List is an object representing the database table.
Section is an object representing the database table.
Setting is an object representing the database table.
No description provided by the author
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
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
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