1 2 3 4 5
pub mod github_adapter; pub mod github_client; pub use github_adapter::GithubAdapter; pub use github_client::GithubClient;