aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/arraytypes.def
blob: 0f97caf773dc01366ed61e9c80e456257a669da4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Config containing only simple array types that can be used for testing
# individual types in detail.
namespace=foo

boolarr[] bool
doublearr[] double
enumarr[] enum { VAL1, VAL2 }
intarr[] int
longarr[] long
stringarr[] string