Skip to content
Snippets Groups Projects
Commit 1acb70b3 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'feat/te-service' into 'develop'

Add first draft for TE service

See merge request teraflow-h2020/controller!47
parents ab2131ca 18674aab
No related branches found
No related tags found
1 merge request!54Release 2.0.0
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 ) {}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment