| 31 | ) |
| 32 | |
| 33 | type Backend struct { |
| 34 | storageAccountName string |
| 35 | container string |
| 36 | credentials *azidentity.ClientSecretCredential |
| 37 | endpoint string |
| 38 | } |
| 39 | |
| 40 | var _ backend.UploaderDownloader = (*Backend)(nil) |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected