types.go 80 B

123456
  1. package client
  2. type Client struct {
  3. ServerAddress string
  4. ServerPort int
  5. }