prepare for next todo
This commit is contained in:
parent
cf2e978465
commit
4630c41c92
@ -29,6 +29,12 @@ pub(crate) struct OgdSearchResult {
|
||||
ogd_document_results: OgdDocumentResults,
|
||||
}
|
||||
|
||||
impl OgdSearchResult {
|
||||
fn has_next_page(&self) -> bool {
|
||||
todo!();
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
#[serde(rename_all = "PascalCase")]
|
||||
pub(crate) struct OgdDocumentResults {
|
||||
|
Loading…
Reference in New Issue
Block a user