PortInfo.go 64 B

1234567
  1. package Models
  2. type PortInfo struct {
  3. Addr string
  4. Port int
  5. }
粤ICP备19079148号