websocket.go 86 B

1234567
  1. package types
  2. type WebSocketConfig struct {
  3. Type string
  4. Name string
  5. Url string
  6. }