diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 15:48:24 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-26 10:54:24 +0100 |
| commit | d6987c06f48b61352289181954f5a436c5f2379f (patch) | |
| tree | c1bfd0e08480fbb083db54d81d16ba1330d9e3af /docs/src/api/architecture.md | |
| parent | b701d19e8b8b45226f6cb1090dd160eea989ca7e (diff) | |
Docs: Move to Mkdocs & Codeberg pages
Diffstat (limited to 'docs/src/api/architecture.md')
| -rw-r--r-- | docs/src/api/architecture.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/src/api/architecture.md b/docs/src/api/architecture.md deleted file mode 100644 index 72f63ef..0000000 --- a/docs/src/api/architecture.md +++ /dev/null @@ -1,11 +0,0 @@ -# Architecture -In the previous section, we have already hinted a bit on the exact architecture. This section will expand upon it by giving a figure of the basic structure - -```mermaid -graph TD; -A[Go]-- Compiles to -->B[C shared library .so/.dll]; -C[Language wrapper]-- Loads -->B -Client -- Uses --> C; -``` - -As can be seen by this architecture, there is an intermediate layer between the client and the *shared* library. This wrapper eases the way of loading this library and then defining a more language specific API for it. In the eduvpn-common repo, we currently only support a Python wrapper. Clients themselves can define their own wrapper |
