initial commit
This commit is contained in:
11
docs/system_arch.dot
Normal file
11
docs/system_arch.dot
Normal file
@@ -0,0 +1,11 @@
|
||||
digraph sysdiag {
|
||||
graph [fontname="arial"];
|
||||
node [fontname="arial"];
|
||||
edge [fontname="arial"];
|
||||
|
||||
RS [shape=box3d,label="REST server"]
|
||||
ZA [label="API na zprávy"]
|
||||
RS -> ZA
|
||||
RC [shape=box,label="REST klient"]
|
||||
RC -> RS
|
||||
}
|
Reference in New Issue
Block a user