Commit ca1c908e authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Merge remote-tracking branch 'origin/develop' into feat/opticalcentralizedattackdetector-service

parents 961179bc 1acb70b3
Loading
Loading
Loading
Loading

proto/te.proto

0 → 100644
+11 −0
Original line number Diff line number Diff line
syntax = "proto3";
package te;

import "context.proto";
import "service.proto";

service TEService {
  rpc RequestLSP(service.Service  ) returns (service.ServiceState) {}
  rpc UpdateLSP (service.ServiceId) returns (service.ServiceState) {}
  rpc DeleteLSP (service.ServiceId) returns (context.Empty       ) {}
}