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

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/meta-pebble
Pavel Karpy 2021-09-03 20:26:12 +03:00 committed by Pavel Karpy
parent 46df288d33
commit b46adf188c
1 changed files with 5 additions and 0 deletions

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 {