Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Introduce rpc function to modify Project node
Browse files Browse the repository at this point in the history
  • Loading branch information
GiasemiSh committed Apr 15, 2019
1 parent 6dd6ae7 commit 082c246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildservice.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ service BuildService {
rpc Package(stream FileNode) returns (BuildResponse) {}
rpc CreatePackage(PackageNode) returns (BuildResponse) {}
rpc CreateProject(ProjectNode) returns (BuildResponse) {}
rpc UpdateProjectNode(stream PackageNode) returns (BuildResponse) {}
rpc GetProjectNode(ProjectNode) returns (ProjectNode) {}
rpc DeleteNode(stream DeleteMessage) returns (BuildResponse){}
rpc DeleteEdge(DeleteMessage) returns (BuildResponse) {}
Expand Down

0 comments on commit 082c246

Please sign in to comment.