This is an automated email from the ASF dual-hosted git repository. pengys pushed a commit to branch endpoints in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
commit 99943c13bc07322464d7237625fb769bb7e824f5 Author: 彭勇升 pengys <[email protected]> AuthorDate: Mon Jul 15 22:12:33 2019 +0800 Correct spelling errors in the network protocol. --- register/Register.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/register/Register.proto b/register/Register.proto index aff9ea5..6e8000b 100644 --- a/register/Register.proto +++ b/register/Register.proto @@ -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; }
