Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountStorage ¶
type AccountStorage struct {
// contains filtered or unexported fields
}
func NewAccountStorage ¶
func NewAccountStorage(db *pgxpool.Pool) *AccountStorage
func NewAccountTxStorage ¶
func NewAccountTxStorage(db *pgxpool.Pool) *AccountStorage
func (*AccountStorage) CreateAccount ¶
func (*AccountStorage) GetAccount ¶
type AccountTxStorage ¶
type AccountTxStorage struct {
// contains filtered or unexported fields
}
func (*AccountTxStorage) GetAllByDateRange ¶
func (a *AccountTxStorage) GetAllByDateRange(ctx context.Context, id ulid.ULID, from, to time.Time) ([]transfer.Transaction, error)
func (*AccountTxStorage) GetAllFromAccount ¶
func (a *AccountTxStorage) GetAllFromAccount(ctx context.Context, id ulid.ULID) ([]transfer.Transaction, error)
Click to show internal directories.
Click to hide internal directories.