Skip to content

Commit

Permalink
Merge pull request #121 from openconfig/hines
Browse files Browse the repository at this point in the history
Remove interface service based on no implementations nor no clear use
  • Loading branch information
dplore authored Apr 18, 2023
2 parents cc419f3 + 9933e78 commit 891b1d1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 813 deletions.
2 changes: 1 addition & 1 deletion compile_protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
proto_imports=".:${GOPATH}/src/github.com/google/protobuf/src:${GOPATH}/src/github.com/googleapis/googleapis:${GOPATH}/src:."

# Go
for p in types common diag bgp cert factory_reset file healthz interface layer2 mpls system os otdr wavelength_router packet_link_qualification; do
for p in types common diag bgp cert factory_reset file healthz layer2 mpls system os otdr wavelength_router packet_link_qualification; do
protoc -I="${proto_imports}" --go-grpc_out=. --go-grpc_opt=paths=source_relative --go_out=. --go_opt=paths=source_relative $p/$p.proto
done

52 changes: 0 additions & 52 deletions interface/BUILD.bazel

This file was deleted.

Loading

0 comments on commit 891b1d1

Please sign in to comment.