Import channel scan code into retrieval-rs

This commit is contained in:
Dominik Werder
2021-05-31 12:31:35 +02:00
parent 0ad59af010
commit fc81763737
14 changed files with 841 additions and 337 deletions

View File

@@ -808,6 +808,7 @@ impl ChannelSearchQuery {
#[derive(Serialize, Deserialize)]
pub struct ChannelSearchSingleResult {
pub backend: String,
pub name: String,
pub source: String,
#[serde(rename = "type")]