ws.go 68 B

123456
  1. package types
  2. type WsConfig struct {
  3. Url string
  4. Appid string
  5. }