Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 228 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 228 Bytes

service-checker

Checks that all services in a service discovery environment match the expected result

Diagram test

Via mermaid:

graph TD;
  A-->B;
  A-->C;
  B-->D;
  C-->D;
Loading