converter unit test

This commit is contained in:
Ian Norden
2019-12-02 13:24:58 -06:00
parent 89faa85871
commit 069646905e
13 changed files with 270 additions and 71 deletions
@@ -28,7 +28,7 @@ import (
"github.com/vulcanize/vulcanizedb/pkg/core"
)
// ISeedNodeStreamer is the interface for streaming data from a vulcanizeDB seed node
// ISeedNodeStreamer is the interface for streaming SeedNodePayloads from a vulcanizeDB seed node
type ISeedNodeStreamer interface {
Stream(payloadChan chan SeedNodePayload, streamFilters config.Subscription) (*rpc.ClientSubscription, error)
}