OSS 对象存储接口 Author [SliverHorn](https://github.com/SliverHorn) Author [ccfish86](https://github.com/ccfish86)
| 10 | // Author [SliverHorn](https://github.com/SliverHorn) |
| 11 | // Author [ccfish86](https://github.com/ccfish86) |
| 12 | type OSS interface { |
| 13 | UploadFile(file *multipart.FileHeader) (string, string, error) |
| 14 | DeleteFile(key string) error |
| 15 | } |
| 16 | |
| 17 | // NewOss OSS的实例化方法 |
| 18 | // Author [SliverHorn](https://github.com/SliverHorn) |
no outgoing calls
no test coverage detected