Documentation
¶
Overview ¶
Package testing holds fixtures (which imports testing), so that importing volumeattach package does not inadvertently import testing into production code More information here: https://github.com/gophercloud/gophercloud/issues/473
Index ¶
Constants ¶
const CreateOutput = `` /* 220-byte string literal not displayed */
CreateOutput is a sample response to a Create call.
const GetOutput = `` /* 220-byte string literal not displayed */
GetOutput is a sample response to a Get call.
const ListOutput = `` /* 449-byte string literal not displayed */
ListOutput is a sample response to a List call.
Variables ¶
This section is empty.
Functions ¶
func HandleCreateSuccessfully ¶
HandleCreateSuccessfully configures the test server to respond to a Create request for a new attachment
func HandleDeleteSuccessfully ¶
HandleDeleteSuccessfully configures the test server to respond to a Delete request for a an existing attachment
func HandleGetSuccessfully ¶
HandleGetSuccessfully configures the test server to respond to a Get request for an existing attachment
func HandleListSuccessfully ¶
HandleListSuccessfully configures the test server to respond to a List request.
Types ¶
This section is empty.