- 修复SSH资产修改终端类型无效的问题

- 增加「预连接 PDU (Hyper-V / VMConnect)」功能
This commit is contained in:
dushixiang
2022-04-18 21:28:50 +08:00
parent 277599a3b7
commit 4d294e5043
7 changed files with 30 additions and 6 deletions

View File

@ -2,10 +2,10 @@ package api
import (
"context"
"next-terminal/server/service"
"next-terminal/server/dto"
"next-terminal/server/repository"
"next-terminal/server/service"
"github.com/labstack/echo/v4"
)