diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-05-30 22:23:52 +0000 |
---|---|---|
committer | Kevin Smokowski <kevin.smokowski@att.com> | 2019-06-17 15:31:38 +0000 |
commit | d14bb405004176e72e8722438eb95819ed11f1c7 (patch) | |
tree | b99fb91f96bf55fa8d02823a3baae90bc3325797 /message-router/consumer/README.md | |
parent | faaa1a75d85a522847acf4c7250b8da5f076cfa0 (diff) |
implement message router consumer
implement message router consumer
Issue-ID: CCSDK-1373
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: Iea4290c5b9e9bb63f152f0605dae1e715974f217
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 00000000..9d01256a --- /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 |