-
- Downloads
json unmarshal for nodes, connections and links
added function for preformatting sadly the json we get from ciena for node-edge-point doesnt fit to anything from ygot.
parent
56143f36
Branches
Tags
This commit is part of merge request !74. Comments created here will be created in the context of that merge request.
Showing
- configs/clients.toml 2 additions, 0 deletionsconfigs/clients.toml
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 6 additions, 0 deletionsgo.sum
- nucleus/interfaces/clientConfig.go 6 additions, 4 deletionsnucleus/interfaces/clientConfig.go
- sbi/restconf/client/ciena/client.go 128 additions, 18 deletionssbi/restconf/client/ciena/client.go
... | @@ -14,6 +14,7 @@ require ( | ... | @@ -14,6 +14,7 @@ require ( |
github.com/onsi/ginkgo v1.13.0 // indirect | github.com/onsi/ginkgo v1.13.0 // indirect | ||
github.com/openconfig/ygot v0.8.7 | github.com/openconfig/ygot v0.8.7 | ||
github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | ||
github.com/tidwall/gjson v1.6.3 | |||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
google.golang.org/grpc v1.29.1 | google.golang.org/grpc v1.29.1 | ||
google.golang.org/protobuf v1.23.0 | google.golang.org/protobuf v1.23.0 | ||
... | ... |
Please register or sign in to comment