aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/envoyproxy/go-control-plane/pkg/server/v3/ya.make
blob: 96ad36cef8400b48bf7051b52250262a095c6411 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
)