forked from TrueCloudLab/frostfs-node
[#801] morph/wrappers: Sync commentary and struct names
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
d0160b23e5
commit
1ed5323850
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ type Wrapper struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Option allows to set an optional
|
// Option allows to set an optional
|
||||||
// parameter of ClientWrapper.
|
// parameter of Wrapper.
|
||||||
type Option func(*opts)
|
type Option func(*opts)
|
||||||
|
|
||||||
type opts []client.StaticClientOption
|
type opts []client.StaticClientOption
|
||||||
|
|
|
@ -22,7 +22,7 @@ type Wrapper struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Option allows to set an optional
|
// Option allows to set an optional
|
||||||
// parameter of ClientWrapper.
|
// parameter of Wrapper.
|
||||||
type Option func(*opts)
|
type Option func(*opts)
|
||||||
|
|
||||||
type opts []client.StaticClientOption
|
type opts []client.StaticClientOption
|
||||||
|
|
Loading…
Reference in a new issue