github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/imageservice/v2/imageimport/testing/fixtures.go (about)

     1  package testing
     2  
     3  // ImportGetResult represents raw server response on a Get request.
     4  const ImportGetResult = `
     5  {
     6      "import-methods": {
     7          "description": "Import methods available.",
     8          "type": "array",
     9          "value": [
    10              "glance-direct",
    11              "web-download"
    12          ]
    13      }
    14  }
    15  `