From 11510b43c277b8e1dd7e58d79785544810118c8e Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 1 Dec 2020 11:26:31 -0800 Subject: Migrate sli-adaptor files Migrate sli-adaptor repo files into a new "adaptors" directory. Signed-off-by: Jessica Wagantall --- adaptors/message-router/consumer/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 adaptors/message-router/consumer/README.md (limited to 'adaptors/message-router/consumer/README.md') diff --git a/adaptors/message-router/consumer/README.md b/adaptors/message-router/consumer/README.md new file mode 100755 index 000000000..9d01256a7 --- /dev/null +++ b/adaptors/message-router/consumer/README.md @@ -0,0 +1,7 @@ +# Consumer + +## Modules +- api - exports the consumer interface for clients and providers to import +- features - used for managing the feature repository for consumer +- installer - provides a simple install script +- provider - provides an implementation of the consumer api \ No newline at end of file -- cgit 1.2.3-korg