Documentation
¶
Index ¶
- func NewConvictionRepository(config ...interface{}) (domain.ConvictionRepository, error)
- func NewIntentFeesRepository(config ...interface{}) (domain.FeeRepository, error)
- func NewOffchainTxRepository(config ...interface{}) (domain.OffchainTxRepository, error)
- func NewRoundRepository(config ...interface{}) (domain.RoundRepository, error)
- func NewScheduledSessionRepository(config ...interface{}) (domain.ScheduledSessionRepo, error)
- func NewVtxoRepository(config ...interface{}) (domain.VtxoRepository, error)
- func OpenDb(dbPath string) (*sql.DB, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConvictionRepository ¶ added in v0.8.0
func NewConvictionRepository(config ...interface{}) (domain.ConvictionRepository, error)
func NewIntentFeesRepository ¶ added in v0.8.11
func NewIntentFeesRepository(config ...interface{}) (domain.FeeRepository, error)
func NewOffchainTxRepository ¶
func NewOffchainTxRepository(config ...interface{}) (domain.OffchainTxRepository, error)
func NewRoundRepository ¶
func NewRoundRepository(config ...interface{}) (domain.RoundRepository, error)
func NewScheduledSessionRepository ¶ added in v0.8.0
func NewScheduledSessionRepository(config ...interface{}) (domain.ScheduledSessionRepo, error)
func NewVtxoRepository ¶
func NewVtxoRepository(config ...interface{}) (domain.VtxoRepository, error)
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.