Skip to content
Snippets Groups Projects
Commit 07e0a29d authored by Martin Stiemerling's avatar Martin Stiemerling :speech_balloon:
Browse files

Update 05-implementation.md

parent 173f40e6
No related branches found
No related tags found
1 merge request!10Update 05-implementation.md
Pipeline #51879 passed
......@@ -25,4 +25,10 @@ The RESTCONF client stubs used by goSDN are generated from YANG files using YGO
### Dependencies
For now we can only use the OpenAPI 2.0 standard. This is because `go-swagger` does not support OpenAPI 3.0 specifications yet.
\ No newline at end of file
For now we can only use the OpenAPI 2.0 standard. This is because `go-swagger` does not support OpenAPI 3.0 specifications yet.
## Storing Information
There seem to be two classes of information to be stored in the controller:
* short-living information, such as, current topology
* long-time information, such as, information about principle network domains, elements in such a domain, etc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment