1
2
3
4
5
pub mod delete;
pub mod get;
pub mod insert;
pub mod list;
pub mod patch;