cuelang.org/go@v0.10.1/encoding/openapi/testdata/embed.cue (about)

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