aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/envoyproxy/go-control-plane/pkg/cache/v3/ya.make
blob: 4d64296a9ca24dd71b3de959ffbc1b79fba055fd (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
25
26
27
28
29
30
31
32
33
34
35
36
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    cache.go
    delta.go
    linear.go
    mux.go
    resource.go
    resources.go
    simple.go
    snapshot.go
    status.go
)

GO_TEST_SRCS(
    linear_test.go
    status_test.go
)

GO_XTEST_SRCS(
    cache_test.go
    delta_test.go
    fixtures_test.go
    resource_test.go
    resources_test.go
    simple_test.go
    snapshot_test.go
)

END()

RECURSE(
    # gotest
)