package
0.25.1
Repository: https://github.com/flowswiss/gophercloud.git
Documentation: pkg.go.dev

# Functions

HandleAbandonSuccessfully creates an HTTP handler at `/stacks/postman_stack/16ef0584-4458-41eb-87c8-0dc8d5f66c87/abandon` on the test handler mux that responds with an `Abandon` response.
HandleCreateSuccessfully creates an HTTP handler at `/stacks` on the test handler mux that responds with a `Create` response.
HandleDeleteSuccessfully creates an HTTP handler at `/stacks/postman_stack/16ef0584-4458-41eb-87c8-0dc8d5f66c87` on the test handler mux that responds with a `Delete` response.
No description provided by the author
HandleGetSuccessfully creates an HTTP handler at `/stacks/postman_stack/16ef0584-4458-41eb-87c8-0dc8d5f66c87` on the test handler mux that responds with a `Get` response.
HandleListSuccessfully creates an HTTP handler at `/stacks` on the test handler mux that responds with a `List` response.
HandlePreviewSuccessfully creates an HTTP handler at `/stacks/preview` on the test handler mux that responds with a `Preview` response.
HandleUpdatePatchSuccessfully creates an HTTP handler at `/stacks/postman_stack/16ef0584-4458-41eb-87c8-0dc8d5f66c87` on the test handler mux that responds with an `Update` response.
HandleUpdateSuccessfully creates an HTTP handler at `/stacks/postman_stack/16ef0584-4458-41eb-87c8-0dc8d5f66c87` on the test handler mux that responds with an `Update` response.

# Constants

AbandonOutput represents the response body from an Abandon request.
CreateOutput represents the response body from a Create request.
FullListOutput represents the response body from a List request without a marker.
GetOutput represents the response body from a Get request.

# Variables

AbandonExpected represents the expected object from an Abandon request.
No description provided by the author
CreateExpected represents the expected object from a Create request.
GetExpected represents the expected object from a Get request.
ListExpected represents the expected object from a List request.
GetExpected represents the expected object from a Get request.
No description provided by the author