diff options
| author | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2022-02-10 13:53:32 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-05 12:26:10 +0200 |
| commit | 2abd67a66c1dff90a4157d758212e0b1ee3d9c03 (patch) | |
| tree | e4dd3e657a3948cd0e07dae16dbca99f8739470d | |
| parent | 53b31fa9f103d8262b7c1d28c5714238902e5081 (diff) | |
Readme: Update Structure
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -102,9 +102,11 @@ executing clean in their directories, or specify `WRAPPERS=...`. Take a look at `wrappers/<lang>/README.md` for descriptions per wrapper. ## Structure - -- `verify.go`: main API -- `verify_test.go` and `test_data/`: tests for API +- `src`: Source code folder + - `src/verify.go`: Code for verifying signatures + - `src/server.go`: Code for retrieving server and organization list + - `src/*_test.go`: Testing source code + - `src/test_data`: Test data for the source code - `exports/`: C API interface - `exports/lib/`: built libraries per architecture per OS - `wrappers/`: wrappers per language |
