Update 'Architecture'

master
6543 2023-02-11 02:28:31 +00:00
rodzic 050ef8fbad
commit ada1e8dc1d
1 zmienionych plików z 4 dodań i 1 usunięć

@ -15,5 +15,8 @@ server/upstream | try to serve stuff based on args from handler | html,server/{c
server/utils | general purpose functions |
server/version | just store the program version |
## Concepts
Each package creates a client that others can use ... e.g. gitea -> GiteaClient, certificates -> AcmeClient, ...
Each package creates a client that others can use ... e.g.:
- server/gitea -> GiteaClient
- server/certificates -> AcmeClient, ...