提交 7b244ff7 编写于 作者: 彭勇升 pengys 提交者: wu-sheng

Correct spelling errors in the network protocol. (#8)

上级 7a22d3e1
......@@ -32,7 +32,7 @@ service Register {
rpc doServiceInstanceRegister (ServiceInstances) returns (ServiceInstanceRegisterMapping) {
}
rpc doEndpointRegister (Enpoints) returns (EndpointMapping) {
rpc doEndpointRegister (Endpoints) returns (EndpointMapping) {
}
rpc doNetworkAddressRegister (NetAddresses) returns (NetAddressMapping) {
......@@ -86,8 +86,8 @@ message NetAddressMapping {
repeated KeyIntValuePair addressIds = 1;
}
// Endpint register
message Enpoints {
// Endpoints register
message Endpoints {
repeated Endpoint endpoints = 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册