mirror of
https://github.com/openfaas/faas.git
synced 2025-06-20 21:16:32 +00:00
Merge master into breakout_swarm
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
8
gateway/vendor/github.com/gogo/protobuf/test/enumdecl/models.go
generated
vendored
Normal file
8
gateway/vendor/github.com/gogo/protobuf/test/enumdecl/models.go
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
package enumdecl
|
||||
|
||||
type MyEnum int32
|
||||
|
||||
const (
|
||||
A MyEnum = iota
|
||||
B MyEnum = iota
|
||||
)
|
Reference in New Issue
Block a user