(create request.TensorRTLLMCreate)
| 31 | type ITensorRTLLMService interface { |
| 32 | Page(req request.TensorRTLLMSearch) response.TensorRTLLMsRes |
| 33 | Create(create request.TensorRTLLMCreate) error |
| 34 | Update(req request.TensorRTLLMUpdate) error |
| 35 | Delete(id uint) error |
| 36 | Operate(req request.TensorRTLLMOperate) error |
no outgoing calls
no test coverage detected