base

package
v0.10.1-0...-9c1a1c0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2015 License: Apache-2.0, Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package base provides information and interaction with the base API resource in the OpenStack CDN service. This API resource allows for retrieving the Home Document and pinging the root URL.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleGetSuccessfully

func HandleGetSuccessfully(t *testing.T)

HandleGetSuccessfully creates an HTTP handler at `/` on the test handler mux that responds with a `Get` response.

func HandlePingSuccessfully

func HandlePingSuccessfully(t *testing.T)

HandlePingSuccessfully creates an HTTP handler at `/ping` on the test handler mux that responds with a `Ping` response.

Types

type GetResult

type GetResult struct {
	gophercloud.Result
}

GetResult represents the result of a Get operation.

func Get

Get retrieves the home document, allowing the user to discover the entire API.

func (GetResult) Extract

func (r GetResult) Extract() (*HomeDocument, error)

Extract is a function that accepts a result and extracts a home document resource.

type HomeDocument

type HomeDocument map[string]interface{}

HomeDocument is a resource that contains all the resources for the CDN API.

type PingResult

type PingResult struct {
	gophercloud.ErrResult
}

PingResult represents the result of a Ping operation.

func Ping

Ping retrieves a ping to the server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL