Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CloudStriver/service-idl-go into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx committed Mar 25, 2024
2 parents 524a787 + 3cbf435 commit dc1b099
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cloudmind/core_api/core_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -282,18 +282,3 @@ service label {
option (http.get) = "/label/getLabelsInBatch";
}
}

service zone {
rpc CreateZone(CreateZoneReq) returns(CreateZoneResp){
option (http.post) = "/zone/createZone";
}
rpc UpdateZone(UpdateZoneReq) returns(UpdateZoneResp){
option (http.post) = "/zone/updateZone";
}
rpc GetZone(GetZoneReq) returns(GetZoneResp){
option (http.get) = "/zone/getZone";
}
rpc DeleteZone(DeleteZoneReq) returns(DeleteZoneResp){
option (http.post) = "/zone/deleteZone";
}
}

0 comments on commit dc1b099

Please sign in to comment.