From 1ed5323850bd59ac3ac3fd60b9035bf9fe2a0925 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Mon, 6 Sep 2021 18:15:53 +0300 Subject: [PATCH] [#801] morph/wrappers: Sync commentary and struct names Signed-off-by: Pavel Karpy --- pkg/morph/client/balance/wrapper/wrapper.go | 2 +- pkg/morph/client/container/wrapper/wrapper.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/morph/client/balance/wrapper/wrapper.go b/pkg/morph/client/balance/wrapper/wrapper.go index 4cc95b54..0599626f 100644 --- a/pkg/morph/client/balance/wrapper/wrapper.go +++ b/pkg/morph/client/balance/wrapper/wrapper.go @@ -23,7 +23,7 @@ type Wrapper struct { } // Option allows to set an optional -// parameter of ClientWrapper. +// parameter of Wrapper. type Option func(*opts) type opts []client.StaticClientOption diff --git a/pkg/morph/client/container/wrapper/wrapper.go b/pkg/morph/client/container/wrapper/wrapper.go index eda5f776..0036a6a5 100644 --- a/pkg/morph/client/container/wrapper/wrapper.go +++ b/pkg/morph/client/container/wrapper/wrapper.go @@ -22,7 +22,7 @@ type Wrapper struct { } // Option allows to set an optional -// parameter of ClientWrapper. +// parameter of Wrapper. type Option func(*opts) type opts []client.StaticClientOption