package
0.16.0
Repository: https://github.com/rendaw/gophercloud.git
Documentation: pkg.go.dev

# Functions

HandleFindSuccessfully creates an HTTP handler at `/stacks/hello_world/resources` on the test handler mux that responds with a `Find` response.
HandleGetSchemaSuccessfully creates an HTTP handler at `/resource_types/OS::Heat::AResourceName` on the test handler mux that responds with a `Schema` response.
HandleGetSuccessfully creates an HTTP handler at `/stacks/teststack/0b1771bd-9336-4f2b-ae86-a80f971faf1e/resources/wordpress_instance` on the test handler mux that responds with a `Get` response.
HandleGetTemplateSuccessfully creates an HTTP handler at `/resource_types/OS::Heat::AResourceName/template` on the test handler mux that responds with a `Template` response.
HandleListSuccessfully creates an HTTP handler at `/stacks/hello_world/49181cd6-169a-4130-9455-31185bbfc5bf/resources` on the test handler mux that responds with a `List` response.
HandleListTypesSuccessfully creates an HTTP handler at `/resource_types` on the test handler mux that responds with a `ListTypes` response.
HandleMarkUnhealthySuccessfully creates an HTTP handler at `/stacks/teststack/0b1771bd-9336-4f2b-ae86-a80f971faf1e/resources/wordpress_instance` on the test handler mux that responds with a `MarkUnhealthy` response.
HandleMetadataSuccessfully creates an HTTP handler at `/stacks/teststack/0b1771bd-9336-4f2b-ae86-a80f971faf1e/resources/wordpress_instance/metadata` on the test handler mux that responds with a `Metadata` response.

# Constants

FindOutput represents the response body from a Find request.
GetOutput represents the response body from a Get request.
GetSchemaOutput represents the response body from a Schema request.
GetTemplateOutput represents the response body from a Template request.
ListOutput represents the response body from a List request.
ListTypesOutput represents the response body from a ListTypes request.
MetadataOutput represents the response body from a Metadata request.

# Variables

No description provided by the author
FindExpected represents the expected object from a Find request.
GetExpected represents the expected object from a Get request.
GetSchemaExpected represents the expected object from a Schema request.
GetTemplateExpected represents the expected object from a Template request.
ListExpected represents the expected object from a List request.
ListTypesExpected represents the expected object from a ListTypes request.
MetadataExpected represents the expected object from a Metadata request.
same as above, but sorted.
No description provided by the author