Skip to content

Commit

Permalink
chore(volo-thrift): pub ClientBuilder callee_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Millione committed Nov 29, 2023
1 parent 8f4c347 commit e052ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volo-thrift/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub mod layer;
pub struct ClientBuilder<IL, OL, MkClient, Req, Resp, MkT, MkC, LB> {
config: Config,
pool: Option<pool::Config>,
callee_name: FastStr,
pub callee_name: FastStr,
caller_name: FastStr,
address: Option<Address>, // maybe address use Arc avoid memory alloc
inner_layer: IL,
Expand Down

0 comments on commit e052ed8

Please sign in to comment.