| 443 | } |
| 444 | |
| 445 | type localExportStorage struct { |
| 446 | destination string |
| 447 | relativePath string |
| 448 | } |
| 449 | |
| 450 | // remoteExportStorage uses localExportStorage to write files, then uploads to minio |
| 451 | type remoteExportStorage struct { |
nothing calls this directly
no outgoing calls
no test coverage detected