Skip to content

Commit

Permalink
make message mod public (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe authored Aug 25, 2022
1 parent 37c7cba commit 606cc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volo-grpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub mod codec;
pub mod codegen;
pub mod context;
pub mod layer;
mod message;
pub mod message;
pub mod metadata;
pub mod request;
pub mod response;
Expand Down

0 comments on commit 606cc8a

Please sign in to comment.