Commit 30b9e14
committed
feat: Add snapshot API definitions for backup and restore
issue: milvus-io/milvus#44358
Add snapshot-related protobuf definitions and RPC services:
- Add snapshot privilege definitions in common.proto
- Add snapshot RPC services in milvus.proto
- Add snapshot.proto with request/response messages
- Update proto generation script to include snapshot files
This provides the foundation for implementing snapshot-based backup and restore
functionality with proper privilege control.
Signed-off-by: Wei Liu <[email protected]>1 parent 7fae611 commit 30b9e14
File tree
6 files changed
+3791
-1990
lines changed- go-api
- commonpb
- milvuspb
- proto
- scripts
6 files changed
+3791
-1990
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
330 | 339 | | |
331 | 340 | | |
332 | 341 | | |
| |||
476 | 485 | | |
477 | 486 | | |
478 | 487 | | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
479 | 494 | | |
480 | 495 | | |
481 | 496 | | |
| |||
0 commit comments