(op request.FileOption)
| 53 | |
| 54 | type IFileService interface { |
| 55 | GetFileList(op request.FileOption) (response.FileInfo, error) |
| 56 | SearchUploadWithPage(req request.SearchUploadWithPage) (int64, interface{}, error) |
| 57 | GetFileTree(op request.FileOption) ([]response.FileTree, error) |
| 58 | Create(op request.FileCreate) error |
no outgoing calls
no test coverage detected