feat: add search filter, refactor params

This commit is contained in:
ThetaDev 2022-10-10 21:08:21 +02:00
parent 44e14a4ae0
commit 25de7d678a
24 changed files with 374 additions and 72 deletions

View file

@ -17,5 +17,6 @@ pub mod client;
pub mod download;
pub mod error;
pub mod model;
pub mod param;
pub mod report;
pub mod timeago;