Develop
Development branch for goSDN.
Please keep using feature branches and merge them against develop
Proposed signature for API call functions:
func GetConnections() (error, []byte) //Implements /tapi/core/context/connection
func GetNodes() (error, []byte) //Implements /tapi/core/context/topology/mcp-base-topology/node
func GetNodeEdgePoints() (error, []byte) ///tapi/core/context/topology/mcp-base-topology/node-edge-point
CLI calls to those functions: @m.stiemerling
Response to Database @istmabauc
Implementation of the functions: @fbi1478
Edited by Ghost User
Merge request reports
Activity
- A deleted user
added 1 deleted label
added 8 commits
Toggle commit listadded 2 commits
Minutes 25/09/2020
goSDN +-- database +-- type Database struct +-- func StoreNodes() +-- func StoreEdges() +-- func StoreInterfaces() +-- func AddNewTopo() +-- restconf +-- client +-- type Client struct +-- db *database.Database +-- func GetConnections() +-- func GetNodes() +-- func GetNodeEdges() +-- func GetConfig() // controller.go +-- nucleus +-- type controllerConfig struct +-- type Core struct +-- client *restconf.Client +-- db *database.Database +-- config controllerConfig +-- func Init(){ read.config db.create/attach if config.client{ client.init } }
mentioned in issue #16 (closed)
mentioned in issue #15 (closed)
added 2 commits
added 6 commits
- 523e8715 - being nit picky
- 5ce8cfdc - Merge branch 'controller-config' into 15-need-common-configuration-storage
- c09c5891 - approach of a basic implementation of the database
- 67a7511c - Merge remote-tracking branch 'origin/feature/neo4j' into 15-need-common-configuration-storage
- 16609c6b - client writes to db now
- 59397667 - Merge branch '15-need-common-configuration-storage' into 'develop'
Toggle commit listadded 4 commits
Toggle commit listadded 2 commits
Please register or sign in to reply