Documentation
¶
Overview ¶
Package ingress implements accepting transactions into the system. It implements a subset of the Observation API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ListenAddr string
MaxMsgSize int // In bytes
RpcMetricsEnabled bool // enable GRPC metrics
}
Config defines the configurable options for the ingress server.
type Ingress ¶
type Ingress struct {
// contains filtered or unexported fields
}
Ingress implements a gRPC server with a simplified version of the Observation API to enable receiving transactions into the system.
Click to show internal directories.
Click to hide internal directories.