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

LICENSE(Apache-2.0)

SRCS(
    client.go
    logging.go
    server.go
)

GO_TEST_SRCS(
    client_test.go
    server_internal_test.go
)

GO_XTEST_SRCS(server_test.go)

END()

RECURSE(
    gotest
    grpc_health_v1
    # yo
)