Loading proto/context.proto +9 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ package context; service ContextService { rpc GetTopology (Empty) returns (Topology) {} rpc AddLink(Link) returns (LinkId) {} rpc DeleteLink(LinkId) returns (Empty) {} } message Empty { Loading @@ -29,7 +31,8 @@ message Topology { } message Link { repeated EndPointId endpointList = 1; LinkId link_id = 1; repeated EndPointId endpointList = 2; } message TopologyId { Loading Loading @@ -69,6 +72,10 @@ message DeviceId { Uuid device_id = 1; } message LinkId { Uuid link_id = 1; } message Uuid { string uuid = 1; } Loading Loading
proto/context.proto +9 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ package context; service ContextService { rpc GetTopology (Empty) returns (Topology) {} rpc AddLink(Link) returns (LinkId) {} rpc DeleteLink(LinkId) returns (Empty) {} } message Empty { Loading @@ -29,7 +31,8 @@ message Topology { } message Link { repeated EndPointId endpointList = 1; LinkId link_id = 1; repeated EndPointId endpointList = 2; } message TopologyId { Loading Loading @@ -69,6 +72,10 @@ message DeviceId { Uuid device_id = 1; } message LinkId { Uuid link_id = 1; } message Uuid { string uuid = 1; } Loading