From 796a570d11c7a83489fc6d8f5757df42b839807f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?= <inaki.etxaniz@tecnalia.com> Date: Wed, 11 Sep 2024 12:57:17 +0200 Subject: [PATCH] Simple PURE SequenceDiagram (@startuml....@endtuml) --- testDiagram.puml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testDiagram.puml diff --git a/testDiagram.puml b/testDiagram.puml new file mode 100644 index 0000000..cb4deb2 --- /dev/null +++ b/testDiagram.puml @@ -0,0 +1,9 @@ +@startuml + +Alice -> Bob: Authentication Request +Bob --> Alice: Authentication Response + +Alice -> Bob: Another authentication Request +Alice <-- Bob: Another authentication Response + +@enduml \ No newline at end of file -- GitLab