dbbadger

package
v0.8.17 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2022 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UnspentBadgerholdKeyPrefix       = "bh_Unspent"
	LockedUnspentBadgerholdKeyPrefix = "bh_LockedUnspent"
)
View Source
const (
	TradeBadgerholdKeyPrefix = "bh_Trade"
)

Variables

View Source
var (
	// ErrMarketInvalidRequest ...
	ErrMarketInvalidRequest = errors.New("requested market is null")
	// ErrMarketNotFound ...
	ErrMarketNotFound = errors.New("market not found")
)
View Source
var (
	// ErrTradeNotFound ...
	ErrTradeNotFound = errors.New("trade not found")
)
View Source
var (
	// ErrVaultNotFound ...
	ErrVaultNotFound = errors.New("vault not found")
)

Functions

func EncodeKey

func EncodeKey(key interface{}, typeName string) ([]byte, error)

EncodeKey encodes key values with a type prefix which allows multiple different types to exist in the badger DB

func JSONDecode

func JSONDecode(data []byte, value interface{}) error

JSONDecode is a custom JSON based decoder for badger

func JSONEncode

func JSONEncode(value interface{}) ([]byte, error)

JSONEncode is a custom JSON based encoder for badger

func NewDepositRepositoryImpl added in v0.6.0

func NewDepositRepositoryImpl(store *badgerhold.Store) domain.DepositRepository

NewDepositRepositoryImpl initialize a badger implementation of the domain.StatsRepository

func NewMarketRepositoryImpl

func NewMarketRepositoryImpl(store, priceStore *badgerhold.Store) domain.MarketRepository

NewMarketRepositoryImpl initialize a badger implementation of the domain.MarketRepository

func NewRepoManager added in v0.3.1

func NewRepoManager(baseDbDir string, logger badger.Logger) (ports.RepoManager, error)

NewRepoManager opens (or creates if not exists) the badger store on disk. It expects a base data dir and an optional logger. It creates a dedicated directory for main and prices stores, while the unspent repository lives in memory.

func NewTradeRepositoryImpl

func NewTradeRepositoryImpl(store *badgerhold.Store) domain.TradeRepository

func NewUnspentRepositoryImpl

func NewUnspentRepositoryImpl(store, lockStore *badgerhold.Store) domain.UnspentRepository

func NewVaultRepositoryImpl

func NewVaultRepositoryImpl(store *badgerhold.Store) domain.VaultRepository

func NewWithdrawalRepositoryImpl added in v0.6.0

func NewWithdrawalRepositoryImpl(store *badgerhold.Store) domain.WithdrawalRepository

NewWithdrawalRepositoryImpl initialize a badger implementation of the domain.StatsRepository

Types

type LockedUnspent

type LockedUnspent struct {
	TradeID uuid.UUID
}

Jump to

Keyboard shortcuts

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