Skip to content

Commit 3b0bad5

Browse files
committed
readme
1 parent 96a4d3b commit 3b0bad5

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,27 @@ which, new messages are possibly `Sent`.
3131
|Accepted |Actions |Sent
3232
|--|--|--
3333
|`role:info,cmd:get (SC)` |Provide module information by asking other microservices for data. |`role:info,need:part (AO)`
34+
||Announce need for module information|`role:info,need:part (AO)`
3435
|`role:info,collect:part (AO)` |Collect partial module information|
3536

3637
(KEY: A: asynchronous, S: synchronous, O: observed, C: consumed)
3738

39+
### Service interactions
40+
41+
![info](info.png?raw=true "suggest")
42+
43+
44+
## Testing
45+
46+
Unit tests are in the [test](test) folder. To run, use:
47+
48+
```sh
49+
$ npm test
50+
```
51+
52+
Note that this is a learning system, and the tests are not intended to
53+
be high coverage.
54+
3855

3956
## Running from the terminal
4057

info.png

53.1 KB
Loading

0 commit comments

Comments
 (0)