Client returns the underlying ABS client for direct API access
()
| 28 | |
| 29 | // Client returns the underlying ABS client for direct API access |
| 30 | func (w *absStorageWrapper) Client() *azblob.Client { |
| 31 | return w.client |
| 32 | } |
| 33 | |
| 34 | // LazySuiteStorage is a sugar alias |
| 35 | type LazySuiteStorage = testutil.LazyObj[*absStorageWrapper] |