(ctx context.Context, filePath string)
| 41 | type StorageReadable interface { |
| 42 | Storage |
| 43 | OpenFile(ctx context.Context, filePath string) (io.ReadCloser, int64, error) |
| 44 | } |
| 45 | |
| 46 | var Storages = make(map[string]Storage) |
no outgoing calls
no test coverage detected