This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new 87ed1f4 Add csharp namespace (#30)
87ed1f4 is described below
commit 87ed1f4e31b0517a7efff27d46a47829c7f533f9
Author: snakorse <[email protected]>
AuthorDate: Wed Jul 29 19:13:03 2020 +0800
Add csharp namespace (#30)
Co-authored-by: 郭刚平 <[email protected]>
---
browser/BrowserPerf.proto | 1 +
service-mesh-probe/service-mesh.proto | 1 +
2 files changed, 2 insertions(+)
diff --git a/browser/BrowserPerf.proto b/browser/BrowserPerf.proto
index 1a3ca82..793492d 100644
--- a/browser/BrowserPerf.proto
+++ b/browser/BrowserPerf.proto
@@ -20,6 +20,7 @@ syntax = "proto3";
option java_multiple_files = true;
option java_package = "org.apache.skywalking.apm.network.language.agent.v3";
+option csharp_namespace = "SkyWalking.NetworkProtocol.V3";
option go_package = "skywalking/network/language/agent/v3";
import "common/Common.proto";
diff --git a/service-mesh-probe/service-mesh.proto
b/service-mesh-probe/service-mesh.proto
index 5ce7dc5..4cdc18f 100644
--- a/service-mesh-probe/service-mesh.proto
+++ b/service-mesh-probe/service-mesh.proto
@@ -20,6 +20,7 @@ syntax = "proto3";
option java_multiple_files = true;
option java_package = "org.apache.skywalking.apm.network.servicemesh.v3";
+option csharp_namespace = "SkyWalking.NetworkProtocol.V3";
option go_package = "skywalking/network/servicemesh/v3";
import "common/Common.proto";