1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-19 22:44:38 +00:00
deprecated-gotham-restful/src/openapi/mod.rs

9 lines
128 B
Rust
Raw Normal View History

2019-09-30 20:58:15 +02:00
const SECURITY_NAME : &str = "authToken";
pub mod builder;
pub mod handler;
pub mod operation;
2019-09-30 20:58:15 +02:00
pub mod router;
pub mod types;