Skip to content

Commit

Permalink
複数の構造体をパブリックに
Browse files Browse the repository at this point in the history
  • Loading branch information
itok01 committed May 11, 2020
1 parent ebec655 commit e47370e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/list/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mod client;
mod model;

pub use self::client::get;
pub use self::model::{RequestParameters, Response};
pub use self::model::{GitekiInfo, GitekiInformation, RequestParameters, Response};
2 changes: 1 addition & 1 deletion src/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mod client;
mod model;

pub use self::client::get;
pub use self::model::{RequestParameters, Response};
pub use self::model::{Giteki, GitekiInformation, RequestParameters, Response};

0 comments on commit e47370e

Please sign in to comment.