fix(node): make uid public
This commit is contained in:
@@ -18,7 +18,7 @@ pub type Signal = fn(&Node, Arc<Client>, &[u8]) -> Result<()>;
|
|||||||
pub type Method = fn(&Node, Arc<Client>, &[u8]) -> Result<Vec<u8>>;
|
pub type Method = fn(&Node, Arc<Client>, &[u8]) -> Result<Vec<u8>>;
|
||||||
|
|
||||||
pub struct Node {
|
pub struct Node {
|
||||||
uid: String,
|
pub(super) uid: String,
|
||||||
pub(crate) client: Weak<Client>,
|
pub(crate) client: Weak<Client>,
|
||||||
path: String,
|
path: String,
|
||||||
// trailing_slash_pos: usize,
|
// trailing_slash_pos: usize,
|
||||||
|
|||||||
Reference in New Issue
Block a user