Server returns the underlying S3Server
()
| 45 | |
| 46 | // Server returns the underlying S3Server |
| 47 | func (w *s3StorageWrapper) Server() *TestServer { |
| 48 | return w.server |
| 49 | } |
| 50 | |
| 51 | // LazySuiteStorage Sugar alias |
| 52 | type LazySuiteStorage = testutil.LazyObj[*s3StorageWrapper] |
no outgoing calls
no test coverage detected