mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-04-20 15:50:33 +00:00
8 lines
116 B
Protocol Buffer
8 lines
116 B
Protocol Buffer
syntax = "proto3";
|
|
package generated;
|
|
|
|
message Empty {}
|
|
|
|
message InitRequest {
|
|
map<string, string> config = 1;
|
|
} |