aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/balancer/rls/ya.make
blob: a814dc2cdc936eab3b0eaa89d606e68f604c03a4 (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
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    balancer.go
    cache.go
    child_policy.go
    config.go
    control_channel.go
    picker.go
)

GO_TEST_SRCS(
    # balancer_test.go
    cache_test.go
    config_test.go
    # control_channel_test.go
    helpers_test.go
    picker_test.go
)

END()

RECURSE(
    gotest
    internal
)