(create request.RuntimeCreate)
| 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 |
| 50 | Get(id uint) (res *response.RuntimeDTO, err error) |
no outgoing calls
no test coverage detected