aboutsummaryrefslogtreecommitdiff
path: root/Net2Property.proto
diff options
context:
space:
mode:
Diffstat (limited to 'Net2Property.proto')
-rw-r--r--Net2Property.proto13
1 files changed, 0 insertions, 13 deletions
diff --git a/Net2Property.proto b/Net2Property.proto
deleted file mode 100644
index 523b17b..0000000
--- a/Net2Property.proto
+++ /dev/null
@@ -1,13 +0,0 @@
-syntax = "proto3";
-
-package whirl;
-
-message Net2Property {
- int32 prop_id = 1;
- int32 flags = 2;
- int32 access = 3;
- oneof value {
- string string_value = 4;
- bytes binary_value = 5;
- }
-} \ No newline at end of file