mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 15:23:29 +00:00
Merge master into breakout_swarm
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
10
gateway/vendor/github.com/gogo/protobuf/test/issue262/timefail.proto
generated
vendored
Normal file
10
gateway/vendor/github.com/gogo/protobuf/test/issue262/timefail.proto
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
package timefail;
|
||||
|
||||
message TimeFail {
|
||||
google.protobuf.Timestamp time_test = 1 [(gogoproto.stdtime) = true];
|
||||
}
|
Reference in New Issue
Block a user