| 116 | } |
| 117 | |
| 118 | type QueryInput struct { |
| 119 | Query string `json:"query"` |
| 120 | Page *int `json:"page,omitempty"` |
| 121 | Limit *int `json:"limit,omitempty"` |
| 122 | } |
| 123 | |
| 124 | type Repository struct { |
| 125 | ID string `json:"id"` |
nothing calls this directly
no outgoing calls
no test coverage detected