Commit 2ffaf04d authored by Ricard Vilalta's avatar Ricard Vilalta
Browse files

Update interdomain.proto

parent 6af0adc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ package interdomain;
import "context.proto";

service InterdomainService {
  rpc Authenticate              (context.TeraFlowController) returns (context.AuthenticationResult) {}
  rpc Authenticate              (context.TeraFlowController) returns (context.AuthenticationResult) {} // Deprecated
  rpc RequestSlice              (context.Slice             ) returns (context.SliceId             ) {}
  rpc LookUpSlice               (context.Slice             ) returns (context.SliceId             ) {}
  rpc OrderSliceFromCatalog     (context.Slice             ) returns (context.Slice               ) {}