Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlockDecoder ¶
Types ¶
type BlockReader ¶
type BlockReader struct {
// contains filtered or unexported fields
}
BlockReader reads the dbin format where each element is assumed to be a `bstream.Block`.
func NewBlockReader ¶
func NewBlockReader(reader io.Reader) (out *BlockReader, err error)
type Firehose ¶
type Firehose interface {
StreamBlocks(ctx context.Context, req *pbfirehose.Request) (pbfirehose.Stream_BlocksClient, error)
}
type StreamingFastFirehoseFactory ¶
type StreamingFastFirehoseFactory struct {
// contains filtered or unexported fields
}
func NewStreamingFastFirehoseFactory ¶
func NewStreamingFastFirehoseFactory(apiKey string, endpoint string) (*StreamingFastFirehoseFactory, error)
func (*StreamingFastFirehoseFactory) StreamBlocks ¶
func (f *StreamingFastFirehoseFactory) StreamBlocks(ctx context.Context, req *pbfirehose.Request) (pbfirehose.Stream_BlocksClient, error)
Click to show internal directories.
Click to hide internal directories.