1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-31 01:24:31 +00:00

Restructure readme content

This commit is contained in:
postmannen 2021-07-01 07:42:45 +02:00
parent 01a077c3c4
commit 8da6d85a85
4 changed files with 4 additions and 2 deletions

View file

@ -78,7 +78,7 @@ If one process hangs on a long running message method it will not affect the res
### Logical structure
![overview](steward.svg)
![overview](doc/steward.svg)
## Terminology

View file

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 202 KiB

View file

Before

Width:  |  Height:  |  Size: 222 KiB

After

Width:  |  Height:  |  Size: 222 KiB

View file

@ -185,7 +185,9 @@ func (m Method) GetMethodsAvailable() MethodsAvailable {
return ma
}
// Reply methods
// Reply methods. The slice generated here is primarily used within
// the Stew client for knowing what of the req types are generally
// used as reply methods.
func (m Method) GetReplyMethods() []Method {
rm := []Method{REQToConsole, REQToFile, REQToFileAppend}
return rm