OSSStorage OSS存储实现
| 355 | |
| 356 | // OSSStorage OSS存储实现 |
| 357 | type OSSStorage struct{} |
| 358 | |
| 359 | func (os *OSSStorage) SaveFile(file io.Reader, filename string, size int64) (string, error) { |
| 360 | // 读取文件内容 |
nothing calls this directly
no outgoing calls
no test coverage detected