aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/maptypes.def
blob: bfec9baf31864b4b2defc39a74cdfad04a8d7879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Config containing only structs in various forms
namespace=foo

boolmap{} bool
intmap{} int
longmap{} long
doublemap{} double
stringmap{} string
filemap{} file

innermap{}.foo int
nestedmap{}.inner{} int