mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
update rust samples
This commit is contained in:
@@ -2,6 +2,10 @@ mod api_response;
|
||||
pub use self::api_response::ApiResponse;
|
||||
mod category;
|
||||
pub use self::category::Category;
|
||||
mod inline_object;
|
||||
pub use self::inline_object::InlineObject;
|
||||
mod inline_object_1;
|
||||
pub use self::inline_object_1::InlineObject1;
|
||||
mod order;
|
||||
pub use self::order::Order;
|
||||
mod pet;
|
||||
|
||||
Reference in New Issue
Block a user