| 24 | } |
| 25 | |
| 26 | type PointResponse struct { |
| 27 | Result interface{} `json:"result"` |
| 28 | Status interface{} `json:"status"` |
| 29 | Time float64 `json:"time"` |
| 30 | } |
| 31 | |
| 32 | type PointSearchRequest struct { |
| 33 | Params map[string]interface{} `json:"params"` |
nothing calls this directly
no outgoing calls
no test coverage detected