Gateway.go 98 B

123456
  1. package gateway
  2. type GatewayInfo struct {
  3. Mac string `json:"mac"`
  4. Name string `json:"name"`
  5. }