Documentation ¶
Overview ¶
cdn_services_v1
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCreateCDNServiceSuccessfully ¶
HandleCreateCDNServiceSuccessfully creates an HTTP handler at `/services` on the test handler mux that responds with a `Create` response.
func HandleDeleteCDNServiceSuccessfully ¶
HandleDeleteCDNServiceSuccessfully creates an HTTP handler at `/services/{id}` on the test handler mux that responds with a `Delete` response.
func HandleGetCDNServiceSuccessfully ¶
HandleGetCDNServiceSuccessfully creates an HTTP handler at `/services/{id}` on the test handler mux that responds with a `Get` response.
func HandleListCDNServiceSuccessfully ¶
HandleListCDNServiceSuccessfully creates an HTTP handler at `/services` on the test handler mux that responds with a `List` response.
func HandleUpdateCDNServiceSuccessfully ¶
HandleUpdateCDNServiceSuccessfully creates an HTTP handler at `/services/{id}` on the test handler mux that responds with a `Update` response.
Types ¶
This section is empty.