package
0.30.1
Repository: https://github.com/nsadow311/stranger.git
Documentation: pkg.go.dev

# Functions

FindReputationConfig retrieves a single record by ID with an executor.
FindReputationConfigG retrieves a single record by ID.
FindReputationConfigGP retrieves a single record by ID, and panics on error.
FindReputationConfigP retrieves a single record by ID with an executor, and panics on error.
FindReputationLog retrieves a single record by ID with an executor.
FindReputationLogG retrieves a single record by ID.
FindReputationLogGP retrieves a single record by ID, and panics on error.
FindReputationLogP retrieves a single record by ID with an executor, and panics on error.
FindReputationUser retrieves a single record by ID with an executor.
FindReputationUserG retrieves a single record by ID.
FindReputationUserGP retrieves a single record by ID, and panics on error.
FindReputationUserP retrieves a single record by ID with an executor, and panics on error.
NewQuery initializes a new Query using the passed in QueryMods.
NewQueryG initializes a new Query using the passed in QueryMods.
ReputationConfigExists checks if the ReputationConfig row exists.
ReputationConfigExistsG checks if the ReputationConfig row exists.
ReputationConfigExistsGP checks if the ReputationConfig row exists.
ReputationConfigExistsP checks if the ReputationConfig row exists.
ReputationConfigs retrieves all the records using an executor.
ReputationConfigsG retrieves all records.
ReputationLogExists checks if the ReputationLog row exists.
ReputationLogExistsG checks if the ReputationLog row exists.
ReputationLogExistsGP checks if the ReputationLog row exists.
ReputationLogExistsP checks if the ReputationLog row exists.
ReputationLogs retrieves all the records using an executor.
ReputationLogsG retrieves all records.
ReputationUserExists checks if the ReputationUser row exists.
ReputationUserExistsG checks if the ReputationUser row exists.
ReputationUserExistsGP checks if the ReputationUser row exists.
ReputationUserExistsP checks if the ReputationUser row exists.
ReputationUsers retrieves all the records using an executor.
ReputationUsersG retrieves all records.

# 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
No description provided by the author
No description provided by the author

# Structs

ReputationConfig is an object representing the database table.
ReputationLog is an object representing the database table.
ReputationUser is an object representing the database table.

# Type aliases

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