package core type Server struct { Ip string Port int User string Passwd string }