Continuing work
This commit is contained in:
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user