mod product_get; mod product_patch; mod product_post; pub use product_get::*; pub use product_patch::*; pub use product_post::*;