...

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

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

     1#Foo: string
     2
     3#LoadBalancerSettings: {
     4	{} | {
     5		consistentHash: #ConsistentHashLB
     6		b:              #Foo
     7	}
     8	#ConsistentHashLB: {} | {
     9		httpHeaderName: string
    10	}
    11}

View as plain text