ssh-manager/common/core/server.go
2020-11-16 16:41:02 +08:00

8 lines
93 B
Go

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