initial commit of slink
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
use serde::Deserialize;
|
||||
#[derive(Deserialize)]
|
||||
pub(crate) struct LinkForm {
|
||||
pub title: String,
|
||||
pub target: String,
|
||||
pub code: String,
|
||||
}
|
||||
Reference in New Issue
Block a user