github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+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