| 37 | WithVector bool `json:"with_vector"` |
| 38 | } |
| 39 | type Match struct { |
| 40 | Value string `json:"value"` |
| 41 | } |
| 42 | type Must struct { |
| 43 | Key string `json:"key"` |
| 44 | Match Match `json:"match"` |
nothing calls this directly
no outgoing calls
no test coverage detected