Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broadcaster ¶
type Broadcaster struct {
// contains filtered or unexported fields
}
func NewBroadcaster ¶
func NewBroadcaster(cfg Config) *Broadcaster
func (*Broadcaster) Start ¶
func (b *Broadcaster) Start(ctx context.Context)
Start begins the background broadcast loop.
type Config ¶
type Config struct {
EventStore *eventstore.Store
Chains *externalchains.Chains
CheckInterval time.Duration
Logger zerolog.Logger
}
Click to show internal directories.
Click to hide internal directories.