package
0.0.0-20241028135139-13c92f914625
Repository: https://github.com/g0tem/go-grpc-project.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewStore creates a new SQLStore.

# Structs

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
Entry
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
SQLStore provides all functions to execute SQL queries and transactions It's the real implementation of the Store interface that actually interacts with the database.
No description provided by the author
TransferMoneyTxnResult is the result of the transfer transaction.
TransferMoneyTxnParams contains the input parameters of the transfer transaction.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
Store defines all functions to execute db queries and transactions that must be implemented both by a real database store (like SQLStore) and a mock store for testing.