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

LICENSE(Apache-2.0)

SRCS(
    balancer.go
    config.go
    logging.go
    scheduler.go
    weightedroundrobin.go
)

GO_TEST_SRCS(weightedroundrobin_test.go)

GO_XTEST_SRCS(balancer_test.go)

END()

RECURSE(
    gotest
    internal
)