Add topology-parser tool. 88/7888/1
authorAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Fri, 4 Mar 2022 16:03:41 +0000 (18:03 +0200)
committerAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Fri, 4 Mar 2022 16:03:50 +0000 (18:03 +0200)
commitce0a6e1ea17d53759f3fc9b56fb3bf429ca21d36
tree92f58c804623d38084ba45330e5479ebd1131276
parentbb8d838a4d78858b2a5807214df92857957632d2
Add topology-parser tool.

Issue-ID: OAM-254
Change-Id: I447a1750d24c79de9adb192ea96ecfda945fa79e
Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
code/network-topology-parser/.gitignore [new file with mode: 0644]
code/network-topology-parser/README.md [new file with mode: 0644]
code/network-topology-parser/go.mod [new file with mode: 0644]
code/network-topology-parser/go.sum [new file with mode: 0644]
code/network-topology-parser/main.go [new file with mode: 0644]
code/network-topology-parser/tapi-context.go [new file with mode: 0644]
code/network-topology-parser/yaml.go [new file with mode: 0644]