Skip to content

Commit

Permalink
chore(volo-thrift): add get_callee_name() method (#267)
Browse files Browse the repository at this point in the history
chore(volo-thrift): add get_callee_name method
  • Loading branch information
Millione authored Nov 29, 2023
1 parent 8f4c347 commit e20f3c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions volo-thrift/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,11 @@ impl<IL, OL, C, Req, Resp, MkT, MkC, LB> ClientBuilder<IL, OL, C, Req, Resp, MkT
multiplex,
}
}

#[doc(hidden)]
pub fn get_callee_name(&self) -> &FastStr {
&self.callee_name
}
}

#[derive(Clone)]
Expand Down

0 comments on commit e20f3c5

Please sign in to comment.