Skip to content
Snippets Groups Projects
Commit e719962b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Proto:

- added field "name" to endpoint
parent 5b1579a7
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
...@@ -407,9 +407,10 @@ message EndPointId { ...@@ -407,9 +407,10 @@ message EndPointId {
message EndPoint { message EndPoint {
EndPointId endpoint_id = 1; EndPointId endpoint_id = 1;
string endpoint_type = 2; string name = 2;
repeated kpi_sample_types.KpiSampleType kpi_sample_types = 3; string endpoint_type = 3;
Location endpoint_location = 4; repeated kpi_sample_types.KpiSampleType kpi_sample_types = 4;
Location endpoint_location = 5;
} }
......
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