aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/credentials/xds/ya.make
blob: d1b4ebd6f94f06732db6890821bb390b3bca66d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(xds.go)

GO_TEST_SRCS(
    xds_client_test.go
    xds_server_test.go
)

END()

RECURSE(gotest)