package
0.0.0-20220125163512-34067afae3db
Repository: https://github.com/twcclan/goback.git
Documentation: pkg.go.dev
# Functions
AddArchiveHook registers your hook function for all future operations.
AddCommitHook registers your hook function for all future operations.
AddFileHook registers your hook function for all future operations.
AddIndexRecordHook registers your hook function for all future operations.
AddSetHook registers your hook function for all future operations.
AddTreeHook registers your hook function for all future operations.
ArchiveExists checks if the Archive row exists.
Archives retrieves all the records using an executor.
CommitExists checks if the Commit row exists.
Commits retrieves all the records using an executor.
FileExists checks if the File row exists.
Files retrieves all the records using an executor.
FindArchive retrieves a single record by ID with an executor.
FindCommit retrieves a single record by ID with an executor.
FindFile retrieves a single record by ID with an executor.
FindIndexRecord retrieves a single record by ID with an executor.
FindSet retrieves a single record by ID with an executor.
FindTree retrieves a single record by ID with an executor.
IndexRecordExists checks if the IndexRecord row exists.
IndexRecords retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
SetExists checks if the Set row exists.
Sets retrieves all the records using an executor.
TreeExists checks if the Tree row exists.
Trees retrieves all the records using an executor.
# Variables
No description provided by the author
ArchiveRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
CommitRels 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
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
IndexRecordRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
SetRels 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
TreeRels is where relationship names are stored.
No description provided by the author
No description provided by the author
# Structs
Archive is an object representing the database table.
Commit is an object representing the database table.
File is an object representing the database table.
IndexRecord is an object representing the database table.
Set is an object representing the database table.
Tree 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
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