mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
introduce OpenapiSchema type
This commit is contained in:
parent
0619e69925
commit
d1c7ac5887
5 changed files with 85 additions and 115 deletions
|
@ -11,7 +11,7 @@ pub mod openapi;
|
|||
#[cfg(feature = "openapi")]
|
||||
pub use openapi::{
|
||||
router::{GetOpenapi, OpenapiRouter},
|
||||
types::OpenapiType
|
||||
types::{OpenapiSchema, OpenapiType}
|
||||
};
|
||||
|
||||
mod resource;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue