DEBSOURCES
Skip Quicknav
sources / golang-github-cue-lang-cue / 0.12.0.-1 / encoding / openapi / testdata / enum.cue
12345678910
#CaptureMode: { "DEFAULT" #enumValue: 0 } | { "IPTABLES" #enumValue: 1 } | { "NONE" #enumValue: 2 }