improve api_schema module structure

This commit is contained in:
Dietmar Maurer
2019-02-17 10:16:33 +01:00
parent dc9a007b11
commit ef2f2efbcc
27 changed files with 29 additions and 27 deletions

View File

@ -7,7 +7,7 @@ use std::collections::VecDeque;
use serde_json::{json, Value};
use std::sync::Arc;
use crate::api_schema::schema::*;
use crate::api_schema::*;
pub struct SectionConfigPlugin {
type_name: String,