| 18 | } |
| 19 | |
| 20 | type Point struct { |
| 21 | ID string `json:"id"` |
| 22 | Payload interface{} `json:"payload"` |
| 23 | Vector []float64 `json:"vector"` |
| 24 | } |
| 25 | |
| 26 | type PointResponse struct { |
| 27 | Result interface{} `json:"result"` |
nothing calls this directly
no outgoing calls
no test coverage detected