Commit 796fc30
authored
docs: finish public API definition (#567)
The backend is built with the goal of providing an HTTP API. This means that
the go module itself does not need to be part of the public API to guarantee
stable versioning for users.
If other projects do start relying on it as a go module and deem a more stable
approach necessary, their maintainers are welcome to open an issue to discuss
adding the exported functions and methods to the public API definition for this.
For now however, it will not be part of the public API.1 parent 14646aa commit 796fc30
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
0 commit comments