aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/balancer/weightedtarget/ya.make
blob: 9222692a5c5e32bf2363485f18c5b09d6ae4efa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    logging.go
    weightedtarget.go
    weightedtarget_config.go
)

GO_TEST_SRCS(
    weightedtarget_config_test.go
    weightedtarget_test.go
)

END()

RECURSE(
    gotest
    weightedaggregator
)