1#[doc(inline)] 2pub use self::attachment_service::{ 3 AttachmentService, AsyncAttachmentService, AttachmentServiceEndpoints, 4 AsyncAttachmentServiceEndpoints, 5}; 6pub mod attachment_service;