Skip to content

Commit

Permalink
service fn name(&self) -> &str back to private
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Nov 18, 2024
1 parent ff0e81b commit 95bb6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl GrpcService {
fn endpoint(&self) -> &str {
&self.service.endpoint
}
pub fn name(&self) -> &str {
fn name(&self) -> &str {
self.name
}
fn method(&self) -> &str {
Expand Down

0 comments on commit 95bb6e5

Please sign in to comment.