[#770] pkg/morph/container: Add Morph() method

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-09-03 20:26:12 +03:00 committed by Pavel Karpy
parent 46df288d33
commit b46adf188c

View file

@ -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 {