1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-15 17:51:15 +00:00

updated todo in readme

This commit is contained in:
postmannen 2021-09-13 13:24:28 +02:00
parent aba7324ba6
commit ec84d46d5e

View file

@ -60,6 +60,7 @@ The idea behind Steward is to help out with exactly that, and let you handle the
- [Subject](#subject)
- [Complete subject example](#complete-subject-example)
- [TODO](#todo)
- [Move the processes map into it's own go routine](#move-the-processes-map-into-its-own-go-routine)
- [Services at startup of Steward. Could be implemented by having a local folder of messages to go through at startup. What is needed](#services-at-startup-of-steward-could-be-implemented-by-having-a-local-folder-of-messages-to-go-through-at-startup-what-is-needed)
- [A carrier type of message, that are able to forward a message on behalf of others, and are not directly ment for itself](#a-carrier-type-of-message-that-are-able-to-forward-a-message-on-behalf-of-others-and-are-not-directly-ment-for-itself)
- [Workflow request type](#workflow-request-type)
@ -769,6 +770,10 @@ For CliCommand message to a node named "ship1" of type Command and it wants an A
## TODO
### Move the processes map into it's own go routine
Use channels to update and get values, and get rid of the use of mutex's.
### Services at startup of Steward. Could be implemented by having a local folder of messages to go through at startup. What is needed
- A Handler that writes to this folder.