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

Unified Diff: server/prpc/service.go

Issue 1636873006: server/prpc: updated server according to protocol (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Removed some panics, malformed JSON now errors. 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
« server/prpc/server.go ('K') | « server/prpc/server_test.go ('k') | no next file » | 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
-}
« server/prpc/server.go ('K') | « server/prpc/server_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698