Skip to content

Commit 891b1d1

Browse files
authored
Merge pull request #121 from openconfig/hines
Remove interface service based on no implementations nor no clear use
2 parents cc419f3 + 9933e78 commit 891b1d1

File tree

5 files changed

+1
-813
lines changed

5 files changed

+1
-813
lines changed

compile_protos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
proto_imports=".:${GOPATH}/src/github.com/google/protobuf/src:${GOPATH}/src/github.com/googleapis/googleapis:${GOPATH}/src:."
55

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

interface/BUILD.bazel

-52
This file was deleted.

0 commit comments

Comments
 (0)