package
0.0.0-20240130113359-caae7dc13901
Repository: https://github.com/kelvinyrb/simple-bank.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewStore creates a new store func NewStore(db *sql.DB) *Store {.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# 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
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 defines all functions to execute SQL queries and transactions Embedding the Queries struct inside a SQLStore struct is called composition and is prefered over inheritance.
No description provided by the author
TransferTxParams contains the input parameters of the transfer transaction.
TransferTxResult is the result of the transfer transaction.
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

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author