mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 10:58:21 +00:00
rename children to members
This commit is contained in:
parent
a64a0b2938
commit
590982f2dd
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ pub enum ServiceType {
|
||||||
code: u8,
|
code: u8,
|
||||||
},
|
},
|
||||||
Group {
|
Group {
|
||||||
children: Vec<String>,
|
members: Vec<String>,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue