github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/identity/v3/agency/testing/fixtures.go (about) 1 package testing 2 3 const agencyListResponse = ` 4 { 5 "agencies": [ 6 { 7 "trust_domain_name": "exampledomain", 8 "description": " testsfdas ", 9 "trust_domain_id": "b3f266d0c08544a0859740de8b84e850", 10 "id": "afca8ddf2e92469a8fd26a635da5206f", 11 "duration": null, 12 "create_time": "2017-01-04T09:09:15.000000", 13 "expire_time": null, 14 "domain_id": "0ae9c6993a2e47bb8c4c7a9bb8278d61", 15 "name": "exampleagency" 16 } 17 ] 18 } 19 `