github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+incompatible/cf/api/resources/resources.go (about) 1 package resources 2 3 type Metadata struct { 4 GUID string `json:"guid"` 5 URL string `json:"url,omitempty"` 6 } 7 8 type Resource struct { 9 Metadata Metadata 10 }