mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
remove autocomplete
This commit is contained in:
@@ -5,7 +5,6 @@ package place;
|
||||
option go_package = "./proto;place";
|
||||
|
||||
service Place {
|
||||
rpc Autocomplete(AutocompleteRequest) returns (AutocompleteResponse) {}
|
||||
rpc Nearby(NearbyRequest) returns (NearbyResponse) {}
|
||||
rpc Search(SearchRequest) returns (SearchResponse) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user