| 10 | ) |
| 11 | |
| 12 | type Quake struct { |
| 13 | Domain string |
| 14 | UserName string |
| 15 | PassWord string |
| 16 | Type string |
| 17 | result Result |
| 18 | http Ghttp.Http |
| 19 | } |
| 20 | |
| 21 | type QuakeResult struct { |
| 22 | Code int `json:"code"` |
nothing calls this directly
no outgoing calls
no test coverage detected