Move Context & context/store => api/context & api/context/store

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif
2021-01-15 16:31:59 +01:00
parent 930ae8bdb2
commit 0ea97920c1
47 changed files with 50 additions and 50 deletions

View File

@@ -23,6 +23,6 @@ What follows is a list of useful links to help navigate the code:
* An example backend can be found in [`example/`](../example)
* The API is defined by protobufs that can be found in [`protos/`](../protos)
* The API server is in [`server/`](../server)
* The context management and interface can be found in [`context/`](../context)
* The context management and interface can be found in [`context/`](../api/context)
* The Node SDK is autogenerated (except for default endpoints managed by Docker Desktop), and can be found in
[`docker/node-sdk`](https://github.com/docker/node-sdk)