Documentation ¶
Index ¶
- Variables
- func NewExternalScriptRepositoryPgImpl(pgxPool *pgxpool.Pool) domain.ExternalScriptRepository
- func NewRepoManager(dbConfig DbConfig) (ports.RepoManager, error)
- func NewTxRepositoryPgImpl(pgxPool *pgxpool.Pool) domain.TransactionRepository
- func NewUtxoRepositoryPgImpl(pgxPool *pgxpool.Pool) domain.UtxoRepository
- func NewWalletRepositoryPgImpl(pgxPool *pgxpool.Pool) domain.WalletRepository
- type DbConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorWalletNotFound = errors.New("wallet not found") ErrWalletAlreadyCreated = errors.New("wallet already created") ErrAccountNotFound = errors.New("account not found") )
View Source
var (
ErrTxNotFound = errors.New("transaction not found")
)
Functions ¶
func NewExternalScriptRepositoryPgImpl ¶ added in v0.2.0
func NewExternalScriptRepositoryPgImpl(pgxPool *pgxpool.Pool) domain.ExternalScriptRepository
func NewRepoManager ¶
func NewRepoManager(dbConfig DbConfig) (ports.RepoManager, error)
func NewTxRepositoryPgImpl ¶
func NewTxRepositoryPgImpl( pgxPool *pgxpool.Pool, ) domain.TransactionRepository
func NewUtxoRepositoryPgImpl ¶
func NewUtxoRepositoryPgImpl(pgxPool *pgxpool.Pool) domain.UtxoRepository
func NewWalletRepositoryPgImpl ¶
func NewWalletRepositoryPgImpl(pgxPool *pgxpool.Pool) domain.WalletRepository
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.