(req request.FileShareCreate)
| 37 | |
| 38 | type IFileShareService interface { |
| 39 | Create(req request.FileShareCreate) (*response.FileShareInfo, error) |
| 40 | Page(req dto.PageInfo) (int64, []response.FileShareInfo, error) |
| 41 | GetByPath(path string) (*response.FileShareInfo, error) |
| 42 | GetByCode(code string) (*response.FileShareInfo, error) |
no outgoing calls
no test coverage detected