go_dreamfactory/cmd/v2/model/ssh.go
2022-08-26 17:11:24 +08:00

10 lines
125 B
Go

package model
type SSHModel struct {
Ip string
Port string
UserName string
Password string
CmdLast string
}