package
0.0.0-20231018175339-3aae6b1baba4
Repository: https://github.com/jfreyer99/gobank.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

---------------------------------------------------------------------------------------------------------- Contains struct PostgresStore which implements Storage interface.

# Interfaces

No description provided by the author
------------------------------------------------------------------------------------------------------- Contains only defintion of Storage interface Could use Generics interface{} or any with the reflection api to determine fields of a passed in struct that represents the relation in postgres.
No description provided by the author