# Functions
HandleCreateConsumerSuccessfully creates an HTTP handler at `/containers/uuid/consumers` on the test handler mux that tests resource creation.
HandleCreateContainerSuccessfully creates an HTTP handler at `/containers` on the test handler mux that tests resource creation.
HandleDeleteConsumerSuccessfully creates an HTTP handler at `/containers/uuid/consumers` on the test handler mux that tests resource deletion.
HandleDeleteContainerSuccessfully creates an HTTP handler at `/containers` on the test handler mux that tests resource deletion.
HandleGetContainerSuccessfully creates an HTTP handler at `/containers` on the test handler mux that responds with a single resource.
HandleListConsumersSuccessfully creates an HTTP handler at `/containers/uuid/consumers` on the test handler mux that responds with a list of consumers.
HandleListContainersSuccessfully creates an HTTP handler at `/containers` on the test handler mux that responds with a list of two containers.
# Constants
No description provided by the author
No description provided by the author
CreateRequest provides the input to a Create request.
CreateResponse is the response of a Create request.
No description provided by the author
GetResponse provides a Get result.
No description provided by the author
ListResponse provides a single page of container results.
# Variables
ExpectedConsumer is the expected result of a consumer retrieval.
ExpectedConsumersSlice is an expected slice of consumers.
ExpectedContainersSlice is the slice of containers expected to be returned from ListResponse.
ExpectedCreatedConsumer is the expected result of adding a consumer.
FirstContainer is the first resource in the List request.
SecondContainer is the second resource in the List request.