diff options
Diffstat (limited to 'message-router/consumer/README.md')
-rwxr-xr-x | message-router/consumer/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/message-router/consumer/README.md b/message-router/consumer/README.md new file mode 100755 index 000000000..9d01256a7 --- /dev/null +++ b/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 |