package
0.0.0-20210601163705-64046f998244
Repository: https://github.com/bots-house/share-file-bot.git
Documentation: pkg.go.dev

# Functions

ChatExists checks if the Chat row exists.
Chats retrieves all the records using an executor.
DownloadExists checks if the Download row exists.
Downloads retrieves all the records using an executor.
FileExists checks if the File row exists.
Files retrieves all the records using an executor.
FindChat retrieves a single record by ID with an executor.
FindDownload retrieves a single record by ID with an executor.
FindFile retrieves a single record by ID with an executor.
FindUser retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
UserExists checks if the User row exists.
Users retrieves all the records using an executor.

# Constants

Enum values for chat_type.
Enum values for chat_type.
Enum values for chat_type.
Enum values for file_kind.
Enum values for file_kind.
Enum values for file_kind.
Enum values for file_kind.
Enum values for file_kind.
Enum values for file_kind.
Enum values for file_kind.
Enum values for file_kind.

# Variables

No description provided by the author
ChatRels is where relationship names are stored.
No description provided by the author
No description provided by the author
DownloadRels is where relationship names are stored.
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
FileRels is where relationship names are stored.
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

# Structs

Chat is an object representing the database table.
Download is an object representing the database table.
File 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
M type is for providing columns and column values to UpdateAll.
No description provided by the author