ambient-local-exporter/proto/weather/weather_service.proto
2025-03-06 17:20:02 -05:00

11 lines
290 B
Protocol Buffer

syntax = "proto3";
package ambient.weather;
import "weather/weather.proto";
option go_package = "gitea.libretechconsulting.com/rmcguire/ambient-local-exporter/api/v1alpha1/weather";
service AmbientLocalWeatherService {
rpc GetWeather(GetWeatherRequest) returns (GetWeatherResponse);
}