package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Functions

HandleCreateProjectSuccessfully creates an HTTP handler at `/projects` on the test handler mux that tests project creation.
HandleDeleteProjectSuccessfully creates an HTTP handler at `/projects` on the test handler mux that tests project deletion.
HandleGetProjectSuccessfully creates an HTTP handler at `/projects` on the test handler mux that responds with a single project.
HandleListProjectsSuccessfully creates an HTTP handler at `/projects` on the test handler mux that responds with a list of two tenants.
HandleUpdateProjectSuccessfully creates an HTTP handler at `/projects` on the test handler mux that tests project updates.

# Constants

CreateRequest provides the input to a Create request.
GetOutput provides a Get result.
ListOutput provides a single page of Project results.
UpdateOutput provides an Update response.
UpdateRequest provides the input to an Update request.

# Variables

BlueTeam is a Project fixture.
ExpectedProjectSlice is the slice of projects expected to be returned from ListOutput.
RedTeam is a Project fixture.
UpdatedRedTeam is a Project Fixture.