mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
use new locking api
This commit is contained in:
committed by
Aiden McClelland
parent
51417383d2
commit
660205c3db
@@ -255,6 +255,8 @@ impl HasModel for InterfaceAddressMap {
|
||||
#[derive(Debug, Deserialize, Serialize, HasModel)]
|
||||
#[serde(rename_all = "kebab-case")]
|
||||
pub struct InterfaceAddresses {
|
||||
#[model]
|
||||
pub tor_address: Option<String>,
|
||||
#[model]
|
||||
pub lan_address: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user