Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: server/prpc/service.go

Issue 1605363002: common/prpc, tools/cmd/cproto: prpc client (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: rebased and addressed comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « server/prpc/server_test.go ('k') | tools/cmd/cproto/testdata/helloworld/test.pb.golden » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/prpc/service.go
diff --git a/server/prpc/service.go b/server/prpc/service.go
index 4d4b4e31d117015169a03b9533ef12a83e87e9d1..3b3f13ca15bdc2b902cf6e22b4159b580f83d85c 100644
--- a/server/prpc/service.go
+++ b/server/prpc/service.go
@@ -13,7 +13,3 @@ type service struct {
methods map[string]*method
impl interface{}
}
-
-func (s *service) Name() string {
- return s.desc.ServiceName
-}
« no previous file with comments | « server/prpc/server_test.go ('k') | tools/cmd/cproto/testdata/helloworld/test.pb.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698