package
0.0.0-20231104121115-6ee9570307c4
Repository: https://github.com/jy8752/go-unittest-architecture.git
Documentation: pkg.go.dev

# Functions

AddGachaHook registers your hook function for all future operations.
AddGachaItemHook registers your hook function for all future operations.
AddItemHook registers your hook function for all future operations.
AddSchemaMigrationHook registers your hook function for all future operations.
FindGacha retrieves a single record by ID with an executor.
FindGachaItem retrieves a single record by ID with an executor.
FindItem retrieves a single record by ID with an executor.
FindSchemaMigration retrieves a single record by ID with an executor.
GachaExists checks if the Gacha row exists.
GachaItemExists checks if the GachaItem row exists.
GachaItems retrieves all the records using an executor.
Gachas retrieves all the records using an executor.
ItemExists checks if the Item row exists.
Items retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
SchemaMigrationExists checks if the SchemaMigration row exists.
SchemaMigrations retrieves all the records using an executor.

# Variables

ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
No description provided by the author
GachaItemRels is where relationship names are stored.
No description provided by the author
No description provided by the author
GachaRels 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
SchemaMigrationRels 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

# Structs

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