all: Move remaining protos to use the vanity plugin (#7009)
This commit is contained in:
@@ -2,7 +2,11 @@ syntax = "proto3";
|
||||
|
||||
package fs;
|
||||
|
||||
import "repos/protobuf/gogoproto/gogo.proto";
|
||||
|
||||
enum CopyRangeMethod {
|
||||
option (gogoproto.goproto_enum_stringer) = false;
|
||||
|
||||
COPY_RANGE_METHOD_STANDARD = 0;
|
||||
COPY_RANGE_METHOD_IOCTL = 1;
|
||||
COPY_RANGE_METHOD_COPY_FILE_RANGE = 2;
|
||||
|
||||
@@ -2,7 +2,11 @@ syntax = "proto3";
|
||||
|
||||
package fs;
|
||||
|
||||
import "repos/protobuf/gogoproto/gogo.proto";
|
||||
|
||||
enum FilesystemType {
|
||||
option (gogoproto.goproto_enum_stringer) = false;
|
||||
|
||||
FILESYSTEM_TYPE_BASIC = 0;
|
||||
FILESYSTEM_TYPE_FAKE = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user