diff --git a/pkg/morph/client/container/wrapper/wrapper.go b/pkg/morph/client/container/wrapper/wrapper.go index 4e1f23da..499b62e0 100644 --- a/pkg/morph/client/container/wrapper/wrapper.go +++ b/pkg/morph/client/container/wrapper/wrapper.go @@ -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 {