Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIGRATION_TABLE_NAME = "bridge_pending_activity_schema_migrations" MIGRATION_DIRECOTRY = "projection/bridge_activity/bridge_pending_activity/migrations" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BridgePendingActivity ¶
type BridgePendingActivity struct { *rdbprojectionbase.Base // contains filtered or unexported fields }
func NewBridgePendingActivity ¶
func NewBridgePendingActivity( logger applogger.Logger, rdbConn rdb.Conn, config *appprojection.Config, ) *BridgePendingActivity
func (*BridgePendingActivity) Config ¶
func (projection *BridgePendingActivity) Config() *Config
func (*BridgePendingActivity) GetEventsToListen ¶
func (_ *BridgePendingActivity) GetEventsToListen() []string
func (*BridgePendingActivity) HandleEvents ¶
func (projection *BridgePendingActivity) HandleEvents(height int64, events []event_entity.Event) error
func (*BridgePendingActivity) OnInit ¶
func (projection *BridgePendingActivity) OnInit() error
Click to show internal directories.
Click to hide internal directories.