Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewAccountRepository ¶
func NewAccountRepository(db *sql.DB) *Repository
func (*Repository) ExistsById ¶
func (r *Repository) ExistsById(id *int64) bool
func (*Repository) UpdateUserBalance ¶
func (r *Repository) UpdateUserBalance(account *entity.Account) error
Click to show internal directories.
Click to hide internal directories.