| 36 | ) |
| 37 | |
| 38 | type Azure struct { |
| 39 | cfg *Config |
| 40 | containerClient *container.Client |
| 41 | hedgedContainerClient *container.Client |
| 42 | } |
| 43 | |
| 44 | var ( |
| 45 | _ backend.RawReader = (*Azure)(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected