Documentation ¶
Index ¶
- Constants
- type TestFunc
- func BuildTestMetadataCreate(resourceName string, resourceID string, extraParams ...string) TestFunc
- func BuildTestMetadataDelete(resourceName string, resourceID string, extraParams ...string) TestFunc
- func BuildTestMetadataUpdate(resourceName string, resourceID string, extraParams ...string) TestFunc
- type UrlFunc
Constants ¶
View Source
const Response = `
{
"tasks": [
"79dc7c30-44d2-4c5c-b5c1-e9a46f6bbf54"
]
}
`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UrlFunc ¶
type UrlFunc func(c *gcorecloud.ServiceClient, id string, args ...string)
Click to show internal directories.
Click to hide internal directories.