diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-21 16:05:33 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | ff10ba02fc6e3006297ee12570a32eab3d76627c (patch) | |
| tree | 871905a525c647cf6f156b0397be40a7d9c9f328 /docs/src/api/overview/README.md | |
| parent | 943f2bbd5a946780db94beca6171975114ccef00 (diff) | |
Docs API: Add link to types/server
Diffstat (limited to 'docs/src/api/overview/README.md')
| -rw-r--r-- | docs/src/api/overview/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/api/overview/README.md b/docs/src/api/overview/README.md index 4ad1a2c..be2c319 100644 --- a/docs/src/api/overview/README.md +++ b/docs/src/api/overview/README.md @@ -32,7 +32,7 @@ This section describes a few types that are either used as arguments or return v ### JSON -The message passing between language X and Go is done using JSON. This means that every type that we mention here is converted to JSON. For a list of public types that are returned and their JSON representation see: <https://github.com/eduvpn/eduvpn-common/blob/v2/types/>. So for example, if we say that we return `types.server.Expiry` (meaning the `Expiry` struct defined in the `types/server` folder), we will return the following json representation: +The message passing between language X and Go is done using JSON. This means that every type that we mention here is converted to JSON. For a list of public types that are returned and their JSON representation see: <https://github.com/eduvpn/eduvpn-common/blob/v2/types/>. So for example, if we say that we return `types.server.Expiry` (meaning the `Expiry` struct defined in the [types/server](https://github.com/eduvpn/eduvpn-common/blob/v2/types/server/server.go), we will return the following json representation: ```json { |
