Skip to content
Snippets Groups Projects

Migrate yang models in monorepo

Merged Ghost User requested to merge istaester/migrate-yang-models into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,8 +4,8 @@ import (
@@ -4,8 +4,8 @@ import (
"net"
"net"
"reflect"
"reflect"
"code.fbi.h-da.de/danet/gosdn/forks/google/gnmi"
oc "code.fbi.h-da.de/danet/gosdn/models/generated/openconfig"
oc "code.fbi.h-da.de/danet/gosdn/models/generated/openconfig"
 
"github.com/google/gnxi/gnmi"
pb "github.com/openconfig/gnmi/proto/gnmi"
pb "github.com/openconfig/gnmi/proto/gnmi"
"github.com/openconfig/goyang/pkg/yang"
"github.com/openconfig/goyang/pkg/yang"
"github.com/openconfig/ygot/util"
"github.com/openconfig/ygot/util"
Loading