Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatQuery ¶
func HandlerError ¶
Types ¶
type Order ¶
func (*Order) GetDataForReport ¶
type Repository ¶
type Repository struct { Account Order Service Transaction }
func GetRepository ¶
func GetRepository(client *pgxpool.Pool) Repository
type Transaction ¶
func (*Transaction) Create ¶
func (r *Transaction) Create(tx pgx.Tx, model entity.Transaction) error
func (*Transaction) FindByAccountIdUsingStatements ¶
func (r *Transaction) FindByAccountIdUsingStatements(accountId uint, query url.Values) (trans []entity.TransactionPagination, err error)
Click to show internal directories.
Click to hide internal directories.