package
0.0.0-20241013202752-b1c740836461
Repository: https://github.com/sinazrp/golang-bank.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewSQLStore we can use SQLStore here because we implement the Store interface, and it used as receiver in execTx and TransferTx methods.

# 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
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
SQLStore struct: This is a concrete implementation of the Store interface, and it wraps around the SQL database (sql.DB).
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

# Interfaces

No description provided by the author
No description provided by the author
Store Interface: This defines the contract for the store, which includes all the methods of the Querier (e.g., basic CRUD operations) and a TransferTx method for handling transactions.