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

Merge branch 'patch-1' into 'master'

Update 05-implementation.md

See merge request cocsn/gosdn!10
parents 173f40e6 07e0a29d
Branches
No related tags found
1 merge request!10Update 05-implementation.md
Pipeline #51883 passed
...@@ -25,4 +25,10 @@ The RESTCONF client stubs used by goSDN are generated from YANG files using YGO ...@@ -25,4 +25,10 @@ The RESTCONF client stubs used by goSDN are generated from YANG files using YGO
### Dependencies ### 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. 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
## 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