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:
parent
01a077c3c4
commit
8da6d85a85
4 changed files with 4 additions and 2 deletions
|
@ -78,7 +78,7 @@ If one process hangs on a long running message method it will not affect the res
|
||||||
|
|
||||||
### Logical structure
|
### Logical structure
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Terminology
|
## Terminology
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 222 KiB After Width: | Height: | Size: 222 KiB |
|
@ -185,7 +185,9 @@ func (m Method) GetMethodsAvailable() MethodsAvailable {
|
||||||
return ma
|
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 {
|
func (m Method) GetReplyMethods() []Method {
|
||||||
rm := []Method{REQToConsole, REQToFile, REQToFileAppend}
|
rm := []Method{REQToConsole, REQToFile, REQToFileAppend}
|
||||||
return rm
|
return rm
|
||||||
|
|
Loading…
Add table
Reference in a new issue