github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+incompatible/api/cloudcontroller/ccv3/relationships.go (about) 1 package ccv3 2 3 import "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" 4 5 // Relationships represent associations between resources. Relationships is a 6 // map of RelationshipTypes to Relationship. 7 type Relationships map[constant.RelationshipType]Relationship