Skip to content

Commit

Permalink
863 completing proto documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fahernandez authored and achew22 committed Feb 14, 2019
1 parent 2f0c6b9 commit 266fad2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/clients/echo/api_client.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Echo Service
* examples/proto/examplepb/echo_service.proto
*
* Echo Service API consists of a single service which returns a message.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/clients/echo/api_response.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Echo Service
* examples/proto/examplepb/echo_service.proto
*
* Echo Service API consists of a single service which returns a message.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/clients/echo/configuration.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Echo Service
* examples/proto/examplepb/echo_service.proto
*
* Echo Service API consists of a single service which returns a message.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/clients/echo/echo_service_api.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Echo Service
* examples/proto/examplepb/echo_service.proto
*
* Echo Service API consists of a single service which returns a message.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/clients/echo/examplepb_embedded.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Echo Service
* examples/proto/examplepb/echo_service.proto
*
* Echo Service API consists of a single service which returns a message.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/clients/echo/examplepb_simple_message.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Echo Service
* examples/proto/examplepb/echo_service.proto
*
* Echo Service API consists of a single service which returns a message.
*
Expand Down
2 changes: 1 addition & 1 deletion examples/proto/examplepb/echo_service.swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Echo Service",
"title": "examples/proto/examplepb/echo_service.proto",
"description": "Echo Service API consists of a single service which returns\na message.",
"version": "version not set"
},
Expand Down

0 comments on commit 266fad2

Please sign in to comment.