github.com/sap/cf-mta-plugin@v2.6.3+incompatible/clients/cfrestclient/cloud_foundry_operations_extended.go (about) 1 package cfrestclient 2 3 import ( 4 models "github.com/cloudfoundry-incubator/multiapps-cli-plugin/clients/models" 5 ) 6 7 type CloudFoundryOperationsExtended interface { 8 GetSharedDomains() ([]models.SharedDomain, error) 9 } 10 11 type CloudFoundryUrlElements struct { 12 Page *string 13 ResultsPerPage *string 14 OrderDirection *string 15 }