mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-10 18:24:44 +00:00
93a04158fd
gvt fetch -a, because we need the protobuf files etc for regeneration
12 lines
177 B
Protocol Buffer
12 lines
177 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package proto3extension;
|
|
|
|
import "google/protobuf/descriptor.proto";
|
|
|
|
extend google.protobuf.FieldOptions {
|
|
bool primary = 51234;
|
|
bool index = 51235;
|
|
}
|
|
|