flow

package
v0.9.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flow

type Flow interface {
	LatestMark(context.Context, structs.LatestDataRequest) (structs.LatestDataResponse, error)
	GetData(context.Context, structs.ExpandedHeightRange) (kind string, payload []byte, err error)
}

type IngestionFlow added in v0.9.14

type IngestionFlow interface {
	LatestSequence(context.Context, ingestion.Request) (uint64, error)
	Ingest(context.Context, ingestion.Request) (structs.Heights, error)
}

Directories

Path Synopsis
managerstream/transport/grpc
Package GRPC incorporate GRPC interface of worker allows it to accept new streams and forward messages
Package GRPC incorporate GRPC interface of worker allows it to accept new streams and forward messages
scenarios

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL