[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: _same_ backend component exposes pri
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: _same_ backend component exposes private and public API's |
Date: |
Wed, 02 Oct 2024 11:46:17 +0200 |
This is an automated email from the git hooks/post-receive script.
oec pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 83ea5bb2 _same_ backend component exposes private and public API's
83ea5bb2 is described below
commit 83ea5bb2cde26ec0442a8d11a01833305a89dfdf
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Wed Oct 2 11:45:25 2024 +0200
_same_ backend component exposes private and public API's
---
images/arch-api.dot | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/images/arch-api.dot b/images/arch-api.dot
index 1c30c06a..1634cb0e 100644
--- a/images/arch-api.dot
+++ b/images/arch-api.dot
@@ -1,16 +1,20 @@
digraph G {
- user[label="Customer browser"];
- admin[label="Shop admin"];
- Backend[color="blue"];
- BackendPublic[color="blue", label="Backend\n(public interface)"];
+ user[label="Customer Browser"];
+ admin[label="Shop Admin"];
+ Backend[color="red", label="Private API", shape="rect"];
+ BackendPublic[color="green", label="Public API", shape="rect"];
subgraph cluster_0 {
Frontend;
Backoffice;
- Backend;
- BackendPublic;
+ subgraph cluster_backend {
+ Backend;
+ BackendPublic;
+ label="Merchant Backend";
+ color="blue";
+ }
DBMS;
- label="Shop server";
+ label="Shop Server";
}
subgraph cluster_1 {
Exchange;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: _same_ backend component exposes private and public API's,
gnunet <=