github.com/nimakaviani/cli@v6.37.1-0.20180619223813-e734901a73fa+incompatible/api/cloudcontroller/ccv2/service_extra.go (about) 1 package ccv2 2 3 // ServiceExtra contains extra service related properties. 4 type ServiceExtra struct { 5 // Shareable is true if the service is shareable across organizations and 6 // spaces. 7 Shareable bool 8 }