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