Commit 3afe3f8b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Proto:

- Added to Interdomain method to delete slice
parent 1a46ee95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,4 +25,5 @@ service InterdomainService {
  rpc CreateSliceAndAddToCatalog(context.Slice             ) returns (context.Slice               ) {}
  rpc OrderSliceWithSLA         (context.Slice) returns (context.SliceId) {} // If slice with SLA already exists, returns slice. If not, it creates it.
  rpc UpdateSlice               (context.Slice             ) returns (context.Slice               ) {}
  rpc DeleteSlice               (context.SliceId           ) returns (context.Empty               ) {}
}