github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/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  `