make service_model public
This commit is contained in:
parent
c40a4b3fe1
commit
b1d938acba
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub struct ServiceItem {
|
|||
}
|
||||
|
||||
#[derive(Debug, Default, PartialEq)]
|
||||
struct ServiceItemModel {
|
||||
pub struct ServiceItemModel {
|
||||
items: Vec<ServiceItem>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue