...

Text file src/cuelang.org/go/encoding/openapi/testdata/enum.cue

Documentation: cuelang.org/go/encoding/openapi/testdata

     1#CaptureMode: {
     2	"DEFAULT"
     3	#enumValue: 0
     4} | {
     5	"IPTABLES"
     6	#enumValue: 1
     7} | {
     8	"NONE"
     9	#enumValue: 2
    10}

View as plain text