Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Account ¶
type Account struct {
// Embed tx.SQL for a default sql tx.Transactional implementation
// This step is optional, and you can implement tx.Transactional yourself
// or embed tx.SQL and override any of the three methods (RunTx usually)
tx.SQL
}
Account represents account repo postrgres implementation
func NewAccount ¶
NewAccount instantiates new Account postgres repository
Click to show internal directories.
Click to hide internal directories.