feat: initial serde parser working with custom structs
This commit is contained in:
parent
ba3975e7fd
commit
713994d848
3 changed files with 81 additions and 9 deletions
|
|
@ -1 +1,14 @@
|
|||
use crate::utils::parse::Testcases;
|
||||
|
||||
mod tasks01;
|
||||
|
||||
pub fn task_distrubute(testcases: Testcases) {
|
||||
for testcase in testcases.testcases {
|
||||
//match testcase {}
|
||||
todo!();
|
||||
}
|
||||
}
|
||||
|
||||
pub fn task_deploy() {
|
||||
todo!();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue