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

Unified Diff: logdog/client/coordinator/client_test.go

Issue 2991253004: [logdog] Remove list functionality. (Closed)
Patch Set: fix test Created 3 years, 4 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 | « logdog/client/cli/subcommandList.go ('k') | logdog/client/coordinator/list.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/coordinator/client_test.go
diff --git a/logdog/client/coordinator/client_test.go b/logdog/client/coordinator/client_test.go
index 9920a7549de2bc2cceb0e27c66a9b33a2914f93a..c8f7923a3e555e07186e5c4ed84040c8f97c4ef0 100644
--- a/logdog/client/coordinator/client_test.go
+++ b/logdog/client/coordinator/client_test.go
@@ -48,7 +48,3 @@ func (s *testLogsServiceBase) Tail(c context.Context, req *logdog.TailRequest) (
func (s *testLogsServiceBase) Query(c context.Context, req *logdog.QueryRequest) (*logdog.QueryResponse, error) {
panic("not implemented")
}
-
-func (s *testLogsServiceBase) List(c context.Context, req *logdog.ListRequest) (*logdog.ListResponse, error) {
- panic("not implemented")
-}
« no previous file with comments | « logdog/client/cli/subcommandList.go ('k') | logdog/client/coordinator/list.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698