Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccountRepository ¶
func NewAccountRepository(p *Pool) coins.AccountRepository
func NewPaymentsRepository ¶
func NewPaymentsRepository(p *Pool) coins.PaymentRepository
Types ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool - connection to db
func (*Pool) Begin ¶
func (p *Pool) Begin() (transactions.ITransaction, error)
Begin starts a new db transaction
Click to show internal directories.
Click to hide internal directories.