mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 08:13:25 +00:00
Merge master into breakout_swarm
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
11
gateway/vendor/github.com/gogo/protobuf/test/proto3extension/proto3ext.proto
generated
vendored
Normal file
11
gateway/vendor/github.com/gogo/protobuf/test/proto3extension/proto3ext.proto
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package proto3extension;
|
||||
|
||||
import "google/protobuf/descriptor.proto";
|
||||
|
||||
extend google.protobuf.FieldOptions {
|
||||
bool primary = 51234;
|
||||
bool index = 51235;
|
||||
}
|
||||
|
Reference in New Issue
Block a user