implement count rpc
This commit is contained in:
@ -10,4 +10,7 @@ service AmbientLocalWeatherService {
|
||||
rpc GetWeather(GetWeatherRequest) returns (GetWeatherResponse) {
|
||||
option (google.api.http) = {get: "/v1/weather"};
|
||||
}
|
||||
rpc CountWeatherUpdates(CountWeatherUpdatesRequest) returns (CountWeatherUpdatesResponse) {
|
||||
option (google.api.http) = {get: "/v1/count"};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user