8 lines
93 B
Go
8 lines
93 B
Go
package core
|
|
|
|
type Server struct {
|
|
Ip string
|
|
Port int
|
|
User string
|
|
Passwd string
|
|
} |