package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Functions
HandleZoneCreationSuccessfully configures the test server to respond to a Create request.
HandleDeleteSuccessfully configures the test server to respond to an Delete request.
HandleGetSuccessfully configures the test server to respond to a Get request.
HandleListByZoneSuccessfully configures the test server to respond to a ListByZone request.
HandleUpdateSuccessfully configures the test server to respond to an Update request.
# Constants
CreateRecordSetRequest is a sample request to create a resource record.
CreateRecordSetResponse is a sample response to a create request.
DeleteRecordSetResponse is a sample response to a delete request.
GetOutput is a sample response to a Get call.
ListByZoneOutput is a sample response to a ListByZone call.
ListByZoneOutputLimited is a sample response to a ListByZone call with a requested limit.
NextPageRequest is a sample request to test pagination.
UpdateRecordSetRequest is a sample request to update a record set.
UpdateRecordSetResponse is a sample response to an update request.
# Variables
CreatedRecordSet is the expected created resource record.
ExpectedRecordSetSlice is the slice of results that should be parsed from ListByZoneOutput, in the expected order.
ExpectedRecordSetSliceLimited is the slice of limited results that should be parsed from ListByZoneOutput.
No description provided by the author
FirstRecordSet is the first result in ListByZoneOutput.
No description provided by the author
SecondRecordSet is the first result in ListByZoneOutput.
No description provided by the author