package
0.0.0-20211003085907-069e140a66f5
Repository: https://github.com/yurulab/gocryptotrader.git
Documentation: pkg.go.dev

# Functions

AddAuditEventHook registers your hook function for all future operations.
AddScriptExecutionHook registers your hook function for all future operations.
AddScriptHook registers your hook function for all future operations.
AddWithdrawalCryptoHook registers your hook function for all future operations.
AddWithdrawalFiatHook registers your hook function for all future operations.
AddWithdrawalHistoryHook registers your hook function for all future operations.
AuditEventExists checks if the AuditEvent row exists.
AuditEvents retrieves all the records using an executor.
FindAuditEvent retrieves a single record by ID with an executor.
FindScript retrieves a single record by ID with an executor.
FindScriptExecution retrieves a single record by ID with an executor.
FindWithdrawalCrypto retrieves a single record by ID with an executor.
FindWithdrawalFiat retrieves a single record by ID with an executor.
FindWithdrawalHistory retrieves a single record by ID with an executor.
NewQuery initializes a new Query using the passed in QueryMods.
ScriptExecutionExists checks if the ScriptExecution row exists.
ScriptExecutions retrieves all the records using an executor.
ScriptExists checks if the Script row exists.
Scripts retrieves all the records using an executor.
WithdrawalCryptoExists checks if the WithdrawalCrypto row exists.
WithdrawalCryptos retrieves all the records using an executor.
WithdrawalFiatExists checks if the WithdrawalFiat row exists.
WithdrawalFiats retrieves all the records using an executor.
WithdrawalHistories retrieves all the records using an executor.
WithdrawalHistoryExists checks if the WithdrawalHistory row exists.

# Variables

No description provided by the author
AuditEventRels 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
No description provided by the author
ScriptExecutionRels is where relationship names are stored.
No description provided by the author
ScriptRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
WithdrawalCryptoRels is where relationship names are stored.
No description provided by the author
No description provided by the author
WithdrawalFiatRels is where relationship names are stored.
No description provided by the author
No description provided by the author
WithdrawalHistoryRels is where relationship names are stored.
No description provided by the author

# Structs

AuditEvent is an object representing the database table.
Script is an object representing the database table.
ScriptExecution is an object representing the database table.
WithdrawalCrypto is an object representing the database table.
WithdrawalFiat is an object representing the database table.
WithdrawalHistory is an object representing the database table.

# Type aliases

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