types.go 80 B

123456
  1. package server
  2. type Server struct {
  3. ListenAddress string
  4. ListenPort int
  5. }