1#[doc(inline)] 2pub use self::comments_service::{ 3 CommentsService, AsyncCommentsService, CommentsServiceEndpoints, 4 AsyncCommentsServiceEndpoints, 5}; 6pub mod comments_service;