blob: 93b68ccb4c677912507d6fb0f9583542469e1555 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
circuit_breaker.pb.go
circuit_breaker.pb.validate.go
cluster.pb.go
cluster.pb.validate.go
filter.pb.go
filter.pb.validate.go
outlier_detection.pb.go
outlier_detection.pb.validate.go
)
END()
|