Files
velero/pkg/plugin/proto/Shared.proto
T

8 lines
116 B
Protocol Buffer

syntax = "proto3";
package generated;
message Empty {}
message InitRequest {
map<string, string> config = 1;
}