aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/envoyproxy/go-control-plane/pkg/server/v3/ya.make
blob: 26fe186fa4fe3c4738fa66967f2e171b827ba887 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    gateway.go
    server.go
)

GO_XTEST_SRCS(
    delta_test.go
    gateway_test.go
    server_test.go
)

END()

RECURSE(gotest)