Continuing work

This commit is contained in:
kdeng00
2024-05-05 18:47:47 -04:00
parent 72e6070946
commit fdd25d9c8f
5 changed files with 180 additions and 41 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
use crate::models;
#[derive(Clone, Debug)]
pub struct Delete {}
pub struct Delete {
pub api: models::api::API,
}
impl Delete {
pub fn delete_song(&self, token: &models::token::Token, song: &models::song::Song) {}