Skip to content

Commit

Permalink
strip location proto comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Sep 27, 2022
1 parent dae6465 commit 6d2f455
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions location/proto/location.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ syntax = "proto3";

option go_package = "./proto;location";

// The location service stores GPS points for tracking purposes
// and provides endpoints to query those points.
package location;

service Location {
// Read locations
rpc Read(ReadRequest) returns (ReadResponse) {}
// Save locations
rpc Save(SaveRequest) returns (SaveResponse) {}
rpc Search(SearchRequest) returns (SearchResponse) {}
}
Expand Down

0 comments on commit 6d2f455

Please sign in to comment.