mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-27 06:35:20 +08:00
feat: 新增终端回放记录&其他小优化
This commit is contained in:
@@ -13,6 +13,7 @@ type MachineForm struct {
|
||||
Remark string `json:"remark"`
|
||||
EnableSshTunnel int8 `json:"enableSshTunnel"` // 是否启用ssh隧道
|
||||
SshTunnelMachineId uint64 `json:"sshTunnelMachineId"` // ssh隧道机器id
|
||||
EnableRecorder int8 `json:"enableRecorder"` // 是否启用终端回放记录
|
||||
}
|
||||
|
||||
type MachineRunForm struct {
|
||||
|
||||
Reference in New Issue
Block a user