lint fixes

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-09-30 21:00:02 +03:00
parent 8688179acd
commit 7b2e3cc8aa
15 changed files with 68 additions and 67 deletions

View File

@@ -426,9 +426,9 @@ func (f *microFlow) WorkflowLoad(ctx context.Context, id string) (Workflow, erro
type microCallStep struct {
rsp *Message
req *Message
opts StepOptions
service string
method string
opts StepOptions
status Status
}
@@ -510,8 +510,8 @@ func (s *microCallStep) Execute(ctx context.Context, req *Message, opts ...Execu
type microPublishStep struct {
req *Message
rsp *Message
opts StepOptions
topic string
opts StepOptions
status Status
}