pulumi/tests/testdata/codegen/plain-and-default-go-generi.../go/foo/pulumiEnums.go

13 lines
294 B
Go

// Code generated by test DO NOT EDIT.
// *** WARNING: Do not edit by hand unless you're certain you know what you are doing! ***
package foo
type EnumThing int
const (
EnumThingEnumThingFour = EnumThing(4)
EnumThingEnumThingSix = EnumThing(6)
EnumThingEnumThingEight = EnumThing(8)
)