aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/README.md
blob: 58572e669a04808a5f69356e526f7b3e1a6af189 (plain) (blame)
1
2
3
4
5
6
7
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# Cross-module protocol definitions

This module can be used as a place to put cross-module definitions of APIs
(e.g. JSON). For instance, put golden JSON files that are supposed to be
generated by the distributor (in some C++ tests), and read by Cluster
Controller (in some Java tests). This module is supposed to be light-weight.