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