From b5f5b32c3aa38dc5288b464ee87bfc07a7257b3d Mon Sep 17 00:00:00 2001 From: HÃ¥kon Hallingstad Date: Thu, 19 Jan 2017 14:59:24 +0100 Subject: Add README.md for protocols module --- protocols/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 protocols/README.md (limited to 'protocols') diff --git a/protocols/README.md b/protocols/README.md new file mode 100644 index 00000000000..b379195578c --- /dev/null +++ b/protocols/README.md @@ -0,0 +1,6 @@ +# 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. -- cgit v1.2.3