Skip to content
Snippets Groups Projects
Commit afd5fecd authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

updated models

parent 39673091
Branches
Tags
No related merge requests found
...@@ -18,8 +18,8 @@ import ( ...@@ -18,8 +18,8 @@ import (
"fmt" "fmt"
"reflect" "reflect"
"github.com/openconfig/goyang/pkg/yang"
"github.com/openconfig/ygot/ygot" "github.com/openconfig/ygot/ygot"
"github.com/openconfig/goyang/pkg/yang"
"github.com/openconfig/ygot/ytypes" "github.com/openconfig/ygot/ytypes"
) )
......
...@@ -3,4 +3,4 @@ package tapi ...@@ -3,4 +3,4 @@ package tapi
// This file is a placeholder in order to ensure that Go does not // This file is a placeholder in order to ensure that Go does not
// find this directory to contain an empty package. // find this directory to contain an empty package.
//go:generate go run $GOPATH/src/github.com/openconfig/ygot/generator/generator.go -path=../../yang -output_file=./yang.go -package_name=tapi -generate_fakeroot -fakeroot_name=device -shorten_enum_leaf_names -exclude_modules=ietf-interfaces ../../models/tapi-topology@2019-03-31.yang ../../models/tapi-connectivity@2019-03-31.yang ../../models/tapi-common@2019-03-31.yang ../../models/tapi-photonic-media@2019-03-31.yang //go:generate go run $GOPATH/src/github.com/openconfig/ygot/generator/generator.go -path=../../yang -output_file=./yang.go -package_name=tapi -generate_fakeroot -fakeroot_name=device -shorten_enum_leaf_names -exclude_modules=ietf-interfaces ../../models/tapi/tapi-topology@2019-03-31.yang ../../models/tapi/tapi-connectivity@2019-03-31.yang ../../models/tapi/tapi-common@2019-03-31.yang ../../models/tapi/tapi-photonic-media@2019-03-31.yang
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment