github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+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