Documentation
¶
Index ¶
- func BackfillVhtlc(ctx context.Context, dbh *sql.DB) error
- func NewDelegateRepository(db *sql.DB) (domain.DelegateRepository, error)
- func NewSettingsRepository(db *sql.DB) (domain.SettingsRepository, error)
- func NewSubscribedScriptRepository(db *sql.DB) (domain.SubscribedScriptRepository, error)
- func NewSwapRepository(db *sql.DB) (domain.SwapRepository, error)
- func NewVHTLCRepository(db *sql.DB) (domain.VHTLCRepository, error)
- func OpenDb(dbPath string) (*sql.DB, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDelegateRepository ¶ added in v0.3.14
func NewDelegateRepository(db *sql.DB) (domain.DelegateRepository, error)
func NewSettingsRepository ¶
func NewSettingsRepository(db *sql.DB) (domain.SettingsRepository, error)
func NewSubscribedScriptRepository ¶ added in v0.1.13
func NewSubscribedScriptRepository(db *sql.DB) (domain.SubscribedScriptRepository, error)
func NewSwapRepository ¶ added in v0.1.12
func NewSwapRepository(db *sql.DB) (domain.SwapRepository, error)
func NewVHTLCRepository ¶
func NewVHTLCRepository(db *sql.DB) (domain.VHTLCRepository, error)
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.