From 71aff55525f5ac45b6da89ce8be257386e6a37c8 Mon Sep 17 00:00:00 2001 From: Juan MarĂ­n Noguera Date: Mon, 24 May 2021 21:04:26 +0200 Subject: PDS tema 5 --- pds/n6.1.puml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pds/n6.1.puml (limited to 'pds/n6.1.puml') diff --git a/pds/n6.1.puml b/pds/n6.1.puml new file mode 100644 index 0000000..b362c2c --- /dev/null +++ b/pds/n6.1.puml @@ -0,0 +1,14 @@ +@startuml +left to right direction +component Bot <> +component GraphicsMagick +component telebot +component libcurl +() HTTP + +GraphicsMagick -0)- Bot : MagickWand +Bot -(0- telebot : TelegramAPI +telebot ..> HTTP : <> +libcurl - HTTP +Bot ..> HTTP : <> +@enduml -- cgit v1.2.3