repos

package
v0.9.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IRepos

type IRepos interface {
	ProcessedBlocks(opts ...Option) repo_processed_blocks.Querier
	Clients(opts ...Option) repo_clients.Querier
	Owners(opts ...Option) repo_owners.Querier
	Transfers(opts ...Option) repo_transfers.ICustomQuerier
	Webhooks(opts ...Option) repo_webhooks.Querier
	Settings(opts ...Option) repo_settings.Querier
	TransferTransactions(opts ...Option) repo_transfer_transactions.Querier
	System() repo_system.ICustomQuerier
	Wallets() IWallets
}

func New

func New(psql *postgres.Postgres) IRepos

type IWallets

type IWallets interface {
	Common(opts ...Option) repo_wallets.Querier
	Hot(opts ...Option) repo_wallets_hot.ICustomQuerier
	Cold(opts ...Option) repo_wallets_cold.ICustomQuerier
	Processing(opts ...Option) repo_wallets_processing.ICustomQuerier
}

type Option

type Option func(*Options)

func WithTx

func WithTx(tx pgx.Tx) Option

type Options

type Options struct {
	Tx pgx.Tx
}

Directories

Path Synopsis
Code generated by pgxgen.
Code generated by pgxgen.
Code generated by pgxgen.
Code generated by pgxgen.
Code generated by pgxgen.
Code generated by pgxgen.
Code generated by pgxgen.
Code generated by pgxgen.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL