package
0.0.0-20241212043231-c654efb82800
Repository: https://github.com/cufee/feedlr-yt.git
Documentation: pkg.go.dev

# Functions

AddAppConfigurationHook registers your hook function for all future operations.
AddChannelHook registers your hook function for all future operations.
AddPasskeyHook registers your hook function for all future operations.
AddSessionHook registers your hook function for all future operations.
AddSettingHook registers your hook function for all future operations.
AddSubscriptionHook registers your hook function for all future operations.
AddUserHook registers your hook function for all future operations.
AddVideoHook registers your hook function for all future operations.
AddViewHook registers your hook function for all future operations.
AppConfigurationExists checks if the AppConfiguration row exists.
AppConfigurations retrieves all the records using an executor.
ChannelExists checks if the Channel row exists.
Channels retrieves all the records using an executor.
FindAppConfiguration retrieves a single record by ID with an executor.
FindChannel retrieves a single record by ID with an executor.
FindPasskey retrieves a single record by ID with an executor.
FindSession retrieves a single record by ID with an executor.
FindSetting retrieves a single record by ID with an executor.
FindSubscription retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
FindVideo retrieves a single record by ID with an executor.
FindView retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
PasskeyExists checks if the Passkey row exists.
Passkeys retrieves all the records using an executor.
SessionExists checks if the Session row exists.
Sessions retrieves all the records using an executor.
SettingExists checks if the Setting row exists.
Settings retrieves all the records using an executor.
SubscriptionExists checks if the Subscription row exists.
Subscriptions retrieves all the records using an executor.
UserExists checks if the User row exists.
Users retrieves all the records using an executor.
VideoExists checks if the Video row exists.
Videos retrieves all the records using an executor.
ViewExists checks if the View row exists.
Views retrieves all the records using an executor.

# Variables

No description provided by the author
AppConfigurationRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
ChannelRels 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
PasskeyRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
SessionRels 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
SubscriptionRels 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
VideoRels 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
ViewRels is where relationship names are stored.
No description provided by the author
No description provided by the author

# Structs

AppConfiguration is an object representing the database table.
Channel is an object representing the database table.
Passkey is an object representing the database table.
Session is an object representing the database table.
Setting is an object representing the database table.
Subscription is an object representing the database table.
User is an object representing the database table.
Video is an object representing the database table.
View 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author