-
- Downloads
add grpc client/server skeleton
parent
3405158a
No related branches found
No related tags found
This commit is part of merge request !155. Comments created here will be created in the context of that merge request.
... | @@ -3,6 +3,7 @@ module code.fbi.h-da.de/cocsn/gosdn | ... | @@ -3,6 +3,7 @@ module code.fbi.h-da.de/cocsn/gosdn |
go 1.14 | go 1.14 | ||
require ( | require ( | ||
code.fbi.h-da.de/cocsn/api v0.0.0-20210504143911-bdf77e6fac5b | |||
code.fbi.h-da.de/cocsn/yang-models v0.0.7 | code.fbi.h-da.de/cocsn/yang-models v0.0.7 | ||
github.com/aristanetworks/goarista v0.0.0-20201120222254-94a892eb0c6a | github.com/aristanetworks/goarista v0.0.0-20201120222254-94a892eb0c6a | ||
github.com/golang/protobuf v1.5.0 | github.com/golang/protobuf v1.5.0 | ||
... | ... |
northbound/client.go
0 → 100644
northbound/server.go
0 → 100644
Please register or sign in to comment