Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventsFunc ¶
type EventsFunc func(context.Context, []*types.MapperEvent) error
type PendingEventFunc ¶
type PendingEventFunc func(context.Context, *types.MapperEvent) error
type Source ¶
type Source interface { Run(context.Context) error SetFuncs(PendingEventFunc, EventsFunc, chainsync.SetCurrentBlockFunc, chainsync.CurrentBlockFunc) }
Click to show internal directories.
Click to hide internal directories.