| 74 | |
| 75 | #[derive(Debug, Deserialize)] |
| 76 | struct SearchQuery { |
| 77 | q: Option<String>, |
| 78 | tag: Option<String>, |
| 79 | category: Option<String>, |
| 80 | } |
| 81 | |
| 82 | #[derive(Debug, Deserialize)] |
| 83 | struct AddTagsRequest { |
nothing calls this directly
no outgoing calls
no test coverage detected