Documentation
¶
Index ¶
- type Stream
- func (s *Stream) BlockScopedData(in *pbsubstreamsrpc.BlockScopedData) error
- func (s *Stream) InitialProgressMessages(in map[string]block.Ranges) error
- func (s *Stream) RPCFailedProgressResponse(moduleName, reason string, logs []string, logsTruncated bool) error
- func (s *Stream) RPCProcessedBytes(moduleName string, bytesReadDelta uint64, bytesWrittenDelta uint64, ...) error
- func (s *Stream) RPCRangeProgressResponse(moduleNames []string, start, end uint64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}
func New ¶
func New(respFunc substreams.ResponseFunc) *Stream
func (*Stream) BlockScopedData ¶
func (s *Stream) BlockScopedData(in *pbsubstreamsrpc.BlockScopedData) error
func (*Stream) InitialProgressMessages ¶
func (*Stream) RPCFailedProgressResponse ¶
func (*Stream) RPCProcessedBytes ¶
Click to show internal directories.
Click to hide internal directories.