Format
This commit is contained in:
parent
77e01776f5
commit
a9717d570d
5 changed files with 28 additions and 10 deletions
|
|
@ -35,7 +35,7 @@ pub enum FeatureInfo {
|
|||
#[derive(Clone, Serialize)]
|
||||
pub struct FeatureGroupResponse {
|
||||
name: String,
|
||||
features: Vec<FeatureInfo>,
|
||||
pub(crate) features: Vec<FeatureInfo>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Serialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue