summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-09-20 17:16:33 +0900
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-09-20 17:16:33 +0900
commite986668fc8de9b2e140601cbddc89a0c110cc269 (patch)
treeda3e38fe0e8ae344f66db3fd214e47c55bb4e117 /api/gobgp.proto
parentc47286abeef75bd6c46db11060d9ba5bf185ad01 (diff)
api: rename package/service name to gobgpapi
api/Grpc is too general for package/service name. rename them to gobgpapi/GobgpApi. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 6d3f6f74..0ce3cf36 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -15,11 +15,11 @@
syntax = "proto3";
-package api;
+package gobgpapi;
// Interface exported by the server.
-service Grpc {
+service GobgpApi {
rpc GetNeighbors(Arguments) returns (stream Peer) {}
rpc GetNeighbor(Arguments) returns (Peer) {}
rpc GetRib(Arguments) returns (stream Destination) {}