package
0.0.0-20240815154250-7cb85a9cfeee
Repository: https://github.com/holedaemon/bot2.git
Documentation: pkg.go.dev
# Functions
DiscordTokenExists checks if the DiscordToken row exists.
DiscordTokens retrieves all the records using an executor.
EgoraptorMentionExists checks if the EgoraptorMention row exists.
EgoraptorMentions retrieves all the records using an executor.
EgoraptorSettingExists checks if the EgoraptorSetting row exists.
EgoraptorSettings retrieves all the records using an executor.
FindDiscordToken retrieves a single record by ID with an executor.
FindEgoraptorMention retrieves a single record by ID with an executor.
FindEgoraptorSetting retrieves a single record by ID with an executor.
FindGuild retrieves a single record by ID with an executor.
FindLastSeen retrieves a single record by ID with an executor.
FindPing retrieves a single record by ID with an executor.
FindQuote retrieves a single record by ID with an executor.
FindRole retrieves a single record by ID with an executor.
FindRoleUpdater retrieves a single record by ID with an executor.
FindSession retrieves a single record by ID with an executor.
FindTag retrieves a single record by ID with an executor.
FindUserProfile retrieves a single record by ID with an executor.
GuildExists checks if the Guild row exists.
Guilds retrieves all the records using an executor.
LastSeenExists checks if the LastSeen row exists.
LastSeens retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
PingExists checks if the Ping row exists.
Pings retrieves all the records using an executor.
QuoteExists checks if the Quote row exists.
Quotes retrieves all the records using an executor.
RoleExists checks if the Role row exists.
Roles retrieves all the records using an executor.
RoleUpdaterExists checks if the RoleUpdater row exists.
RoleUpdaters retrieves all the records using an executor.
SessionExists checks if the Session row exists.
Sessions retrieves all the records using an executor.
TagExists checks if the Tag row exists.
Tags retrieves all the records using an executor.
UserProfileExists checks if the UserProfile row exists.
UserProfiles retrieves all the records using an executor.
# Variables
No description provided by the author
DiscordTokenRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
EgoraptorMentionRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
EgoraptorSettingRels 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
GuildRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
LastSeenRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
PingRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
QuoteRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
RoleRels is where relationship names are stored.
No description provided by the author
No description provided by the author
RoleUpdaterRels 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
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
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
No description provided by the author
UserProfileRels 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
DiscordToken is an object representing the database table.
EgoraptorMention is an object representing the database table.
EgoraptorSetting is an object representing the database table.
Guild is an object representing the database table.
LastSeen is an object representing the database table.
Ping is an object representing the database table.
Quote is an object representing the database table.
Role is an object representing the database table.
RoleUpdater is an object representing the database table.
Session is an object representing the database table.
Tag is an object representing the database table.
UserProfile 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
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