(req dto.AgentCreateReq)
| 32 | |
| 33 | type IAgentService interface { |
| 34 | Create(req dto.AgentCreateReq) (*dto.AgentItem, error) |
| 35 | BatchInstall(req dto.AgentBatchInstallReq) (*dto.AgentItem, error) |
| 36 | BatchUpgrade(req dto.AgentBatchUpgradeReq) ([]dto.AgentBatchUpgradeResult, error) |
| 37 | BatchInstallSkill(req dto.AgentBatchSkillInstallReq) ([]dto.AgentBatchSkillInstallResult, error) |
no outgoing calls
no test coverage detected