This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.2 | |
--- | |
YAML: YAML Ain't Markup Language™ | |
What It Is: | |
YAML is a human-friendly data serialization | |
language for all programming languages. | |
YAML Resources: | |
YAML Specifications: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```mermaid | |
classDiagram | |
class WireMockServerResource { | |
} | |
class ContainerResource { | |
} | |
class IResourceWithServiceDiscovery { | |
} |
OlderNewer