mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
updates
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package kafka
|
||||
|
||||
import (
|
||||
"cloud.google.com/go/pubsub"
|
||||
|
||||
"github.com/tendermint/tendermint/state/indexer"
|
||||
"github.com/tendermint/tendermint/state/txindex"
|
||||
)
|
||||
|
||||
var (
|
||||
_ indexer.BlockIndexer = (*EventSink)(nil)
|
||||
_ txindex.TxIndexer = (*EventSink)(nil)
|
||||
)
|
||||
|
||||
type EventSink struct {
|
||||
client *pubsub.Client
|
||||
}
|
||||
Reference in New Issue
Block a user