| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,10 @@ | |||
| 1 | + syntax = "proto3"; | ||
| 2 | + | ||
| 3 | + import "storage/policy.proto"; | ||
| 4 | + | ||
| 5 | + package localSensor; | ||
| 6 | + | ||
| 7 | + message LocalSensorPolicies { | ||
| 8 | + repeated storage.Policy policies = 1; | ||
| 9 | + } | ||
| 10 | + | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments