Skip to content
Snippets Groups Projects
Commit f205c53a authored by Ricard Vilalta's avatar Ricard Vilalta
Browse files

Update forecaster.proto

parent ca3f9ea9
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -24,14 +24,14 @@ service ForecasterService { ...@@ -24,14 +24,14 @@ service ForecasterService {
} }
message SingleForecast { message SingleForecast {
context.Timestamp = 1; context.Timestamp timestamp= 1;
double value = 2; double value = 2;
} }
message Forecast { message Forecast {
oneof uuid { oneof uuid {
context.TopologyId = 1; context.TopologyId topologyId= 1;
context.LinkId = 2; context.LinkId linkId = 2;
} }
repeated SingleForecast forecast = 3; repeated SingleForecast forecast = 3;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment