forked from TrueCloudLab/frostfs-node
[#770] pkg/morph/container: Add Morph()
method
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
46df288d33
commit
b46adf188c
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ func defaultOpts() *opts {
|
|||
return new(opts)
|
||||
}
|
||||
|
||||
// Morph returns raw morph client.
|
||||
func (w Wrapper) Morph() *client.Client {
|
||||
return w.client.Morph()
|
||||
}
|
||||
|
||||
// TryNotary returns option to enable
|
||||
// notary invocation tries.
|
||||
func TryNotary() Option {
|
||||
|
|
Loading…
Reference in a new issue