mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 15:19:08 +00:00
Add Test Impl for listing Links
This commit is contained in:
parent
0f9cc36dfc
commit
5d952b736b
2 changed files with 16 additions and 2 deletions
|
@ -43,3 +43,8 @@ pub struct StaticRoute {
|
|||
pub metric: u64,
|
||||
pub comment: String,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone, Validate, Debug)]
|
||||
pub struct Link {
|
||||
pub name: String,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue