Skip to content

Commit

Permalink
Add tool to sort testregistry. (openconfig#3148)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus authored and bkreddy143 committed Jul 17, 2024
1 parent a61731b commit 7cbf636
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 244 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ proto/nosimage_go_proto/nosimage.pb.go: proto/nosimage.proto protoimports
protoc -I='protobuf-import' --proto_path=proto --go_out=./proto/nosimage_go_proto --go_opt=paths=source_relative --go_opt=Mnosimage.proto=proto/nosimage_go_proto --go_opt=Mgithub.com/openconfig/featureprofiles/proto/ocpaths.proto=github.com/openconfig/featureprofiles/proto/ocpaths_go_proto --go_opt=Mgithub.com/openconfig/featureprofiles/proto/ocrpcs.proto=github.com/openconfig/featureprofiles/proto/ocrpcs_go_proto nosimage.proto
goimports -w proto/nosimage_go_proto/nosimage.pb.go

proto/testregistry_go_proto/testregistry.pb.go: proto/testregistry.proto protoimports
mkdir -p proto/testregistry_go_proto
protoc -I='protobuf-import' --proto_path=proto --go_out=./proto/testregistry_go_proto --go_opt=paths=source_relative --go_opt=Mtestregistry.proto=proto/testregistry_go_proto testregistry.proto
goimports -w proto/testregistry_go_proto/testregistry.pb.go

topologies/proto/binding/binding.pb.go: topologies/proto/binding.proto protoimports
mkdir -p topologies/proto/binding
protoc -I='protobuf-import' --proto_path=topologies/proto --go_out=. --go_opt=Mbinding.proto=topologies/proto/binding binding.proto
Expand Down
293 changes: 293 additions & 0 deletions proto/testregistry_go_proto/testregistry.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7cbf636

Please sign in to comment.