Files
velero/pkg/plugin/proto/Shared.proto
2017-11-13 15:43:14 -08:00

8 lines
116 B
Protocol Buffer

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