9 lines
105 B
Go
9 lines
105 B
Go
package wait
|
|
|
|
type PJLink struct {
|
|
Ip string
|
|
Port string
|
|
Password string
|
|
Id string
|
|
}
|