chore(protos): update proto definitions, remove ns_scanner, fix codegen and formatting

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2025-07-21 18:16:29 +08:00
parent e7d0a8d4b9
commit 3d3c6e4e06
4 changed files with 43 additions and 90 deletions
+6
View File
@@ -28,6 +28,12 @@
- Type-safe message definitions
- Code generation for multiple programming languages
## generate code
```
cargo run --bin gproto
```
## 📚 Documentation
For comprehensive documentation, examples, and usage guides, please visit the main [RustFS repository](https://github.com/rustfs/rustfs).