From 8da6d85a85cc85d193c4ee6696ea1978494ae60b Mon Sep 17 00:00:00 2001 From: postmannen Date: Thu, 1 Jul 2021 07:42:45 +0200 Subject: [PATCH] Restructure readme content --- README.md | 2 +- steward-not-grouped.svg => doc/steward-not-grouped.svg | 0 steward.svg => doc/steward.svg | 0 subscriber_method_types.go | 4 +++- 4 files changed, 4 insertions(+), 2 deletions(-) rename steward-not-grouped.svg => doc/steward-not-grouped.svg (100%) rename steward.svg => doc/steward.svg (100%) diff --git a/README.md b/README.md index 3ae9e99..220b538 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/steward-not-grouped.svg b/doc/steward-not-grouped.svg similarity index 100% rename from steward-not-grouped.svg rename to doc/steward-not-grouped.svg diff --git a/steward.svg b/doc/steward.svg similarity index 100% rename from steward.svg rename to doc/steward.svg diff --git a/subscriber_method_types.go b/subscriber_method_types.go index aa3b782..af9caff 100644 --- a/subscriber_method_types.go +++ b/subscriber_method_types.go @@ -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