ssh-manager/common/core/server.go

8 lines
93 B
Go
Raw Normal View History

2020-11-16 16:41:02 +08:00
package core
type Server struct {
Ip string
Port int
User string
Passwd string
}