Documentation ¶
Index ¶
- type Gloomberg
- func (gb *Gloomberg) SendSlugsToServer()
- func (eh Gloomberg) SubscribeItemEvents() chan *osmodels.ItemEvent
- func (eh Gloomberg) SubscribeItemListed() chan *osmodels.ItemListedEvent
- func (eh Gloomberg) SubscribePrintToTerminal() chan string
- func (eh Gloomberg) SubscribeTxWithLogs() chan *chawagoModels.TxWithLogs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gloomberg ¶
type Gloomberg struct { // Nodes *nodes.Nodes ProviderPool *provider.Pool Watcher *watch.Watcher CollectionDB *collections.CollectionDB OwnWallets *wallet.Wallets Stats *stats.Stats Rdb rueidis.Client Rueidi *rueidica.Rueidica QueueSlugs chan common.Address // contains filtered or unexported fields }
func (*Gloomberg) SendSlugsToServer ¶
func (gb *Gloomberg) SendSlugsToServer()
func (Gloomberg) SubscribeItemEvents ¶ added in v0.7.1
func (Gloomberg) SubscribeItemListed ¶ added in v0.7.1
func (eh Gloomberg) SubscribeItemListed() chan *osmodels.ItemListedEvent
func (Gloomberg) SubscribePrintToTerminal ¶ added in v0.7.1
func (eh Gloomberg) SubscribePrintToTerminal() chan string
func (Gloomberg) SubscribeTxWithLogs ¶ added in v0.7.1
func (eh Gloomberg) SubscribeTxWithLogs() chan *chawagoModels.TxWithLogs
Click to show internal directories.
Click to hide internal directories.