1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-23 05:49:22 +00:00
comunicapiv3/src/api_data/mod.rs

12 lines
258 B
Rust
Raw Normal View History

2020-05-24 11:13:00 +00:00
//! # API structures
//!
//! ## Presentation
//! This module contains all the serializable structures that can be sent through the API to the
//! Clients
//!
//! ## Author
//! Pierre Hubert
2020-05-24 11:09:50 +00:00
pub mod http_error;
2020-05-24 15:57:47 +00:00
pub mod login_success;
pub mod current_user_id;