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

Unified Diff: common/prpc/doc.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: use text template for ast generation 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
Index: common/prpc/doc.go
diff --git a/common/prpc/doc.go b/common/prpc/doc.go
new file mode 100644
index 0000000000000000000000000000000000000000..356460b757758ef4452ed9ab136b9bdf4ea71293
--- /dev/null
+++ b/common/prpc/doc.go
@@ -0,0 +1,10 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Package prpc implements a pRPC client.
+//
+// Use tools/cmd/cproto to generate
+// a pRPC-compatible service client from a .proto file and then use
+// the generated CreateXxxPRPCClient function to create a client.
+package prpc

Powered by Google App Engine
This is Rietveld 408576698