(req request.RuntimeSearch)
| 44 | |
| 45 | type IRuntimeService interface { |
| 46 | Page(req request.RuntimeSearch) (int64, []response.RuntimeDTO, error) |
| 47 | Create(create request.RuntimeCreate) (*model.Runtime, error) |
| 48 | Delete(delete request.RuntimeDelete) error |
| 49 | Update(req request.RuntimeUpdate) error |
no outgoing calls
no test coverage detected