blob: 00bf6cd95c876d0909aedd17b66d589a97548301 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
balancer.go
channel.go
http_client.go
local_listener.go
marshal_any.go
parse_port.go
parse_url.go
pipe_listener.go
restartable_listener.go
status_equal.go
wrappers.go
wrr.go
)
GO_TEST_SRCS(status_equal_test.go)
GO_XTEST_SRCS(pipe_listener_test.go)
END()
RECURSE(
fakegrpclb
gotest
pickfirst
rls
roundrobin
xds
)
|