Skip to content
Snippets Groups Projects
Commit 18674aab authored by Sebastien Merle's avatar Sebastien Merle
Browse files

Add first draft for TE service

parent ab2131ca
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