Module overlay

Module overlay 

Source
Expand description

Batteries-included grpc service mesh.

Structs§

CutDetectorConfig
Specifies observer/subject thresholds for the cut detector.
GrpcService
A wrapper around an arbitrary Service that will implement ExposedService with an empty MeshService implementation.
Mesh
An unstarted member of a blip mesh network.

Enums§

Error
An error which causes a mesh to exit.

Traits§

ExposedService
A MeshService that can be converted into a Service to be served over grpc.
MeshService
A service that has access to accepted membership view-change proposals.

Type Aliases§

Result
A Result<(), Error>.