提交 06afa70e 编写于 作者: wu-sheng's avatar wu-sheng

Revert "Check registered application by id"

This reverts commit c60b278c.
上级 c60b278c
...@@ -26,9 +26,6 @@ import "KeyWithIntegerValue.proto"; ...@@ -26,9 +26,6 @@ import "KeyWithIntegerValue.proto";
//register service for ApplicationCode, this service is called when service starts. //register service for ApplicationCode, this service is called when service starts.
service ApplicationRegisterService { service ApplicationRegisterService {
rpc registeredApplicationCheck (RegisteredApplication) returns (ApplicationCheckResult) {
}
rpc applicationCodeRegister (Application) returns (ApplicationMapping) { rpc applicationCodeRegister (Application) returns (ApplicationMapping) {
} }
} }
...@@ -40,11 +37,3 @@ message Application { ...@@ -40,11 +37,3 @@ message Application {
message ApplicationMapping { message ApplicationMapping {
KeyWithIntegerValue application = 1; KeyWithIntegerValue application = 1;
} }
message RegisteredApplication {
int32 applicationId = 1;
}
message ApplicationCheckResult {
bool existed = 1;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册