Commit 9d45ed64 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Formatted proto interdomain and slice files

parent da137f1f
Loading
Loading
Loading
Loading
+4 −12
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//Example of topology
syntax = "proto3";
package interdomain;

@@ -21,14 +20,7 @@ import "slice.proto";

service InterdomainService {
  rpc Authenticate              (context.TeraFlowController) returns (context.AuthenticationResult) {}
  rpc LookUpSlice(slice.TransportSlice) returns (slice.SliceId) {} //Slice component or from interdomain component
  rpc LookUpSlice               (slice.TransportSlice      ) returns (slice.SliceId               ) {}
  rpc OrderSliceFromCatalog     (slice.TransportSlice      ) returns (slice.SliceStatus           ) {}
  rpc CreateSliceAndAddToCatalog(slice.TransportSlice      ) returns (slice.SliceStatus           ) {}
}






+2 −3
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//Example of topology
syntax = "proto3";
package slice;