github.com/leowmjw/otto@v0.2.1-0.20160126165905-6400716cf085/directory/lookup.go (about) 1 package directory 2 3 // Lookup has fields that are used for looking up data in the directory. 4 // 5 // Note that not all fields are required for every lookup operation. Please 6 // see the documentation for the item you're trying to look up to learn more. 7 type Lookup struct { 8 AppID string // AppID is the compiled Appfile ID for an App 9 Infra string // Infra is the infra type, i.e. "aws" 10 InfraFlavor string // InfraFlavor is the flavor, i.e. "vpc-public-private" 11 Foundation string // Foundation is the name of he foundation, i.e. "consul" 12 }