github.com/arunkumar7540/cli@v6.45.0+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