Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockRawEvent ¶
type BlockRawEvent struct { *rdbprojectionbase.Base // contains filtered or unexported fields }
func NewBlockRawEvent ¶
func NewBlockRawEvent( logger applogger.Logger, rdbConn rdb.Conn, migrationHelper migrationhelper.MigrationHelper, ) *BlockRawEvent
func (*BlockRawEvent) GetEventsToListen ¶
func (_ *BlockRawEvent) GetEventsToListen() []string
func (*BlockRawEvent) HandleEvents ¶
func (projection *BlockRawEvent) HandleEvents(height int64, events []event_entity.Event) error
func (*BlockRawEvent) OnInit ¶
func (projection *BlockRawEvent) OnInit() error
Click to show internal directories.
Click to hide internal directories.