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
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