Expand description
Batteries-included grpc service mesh.
Structs§
- CutDetector
Config - Specifies observer/subject thresholds for the cut detector.
- Grpc
Service - 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§
- Exposed
Service - A MeshService that can be converted into a Service to be served over grpc.
- Mesh
Service - A service that has access to accepted membership view-change proposals.
Type Aliases§
- Result
- A
Result<(), Error>.