coordinate

package
v0.0.0-...-13997a8 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2016 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Handlers = handler.Handlers{
	handler.Handler{
		Name:   "coordinate attributes in a specific area",
		Method: "get",
		URL:    baseURL + coordURL,
		Handle: getCoordinates(false)},
	handler.Handler{
		Method: "get",
		URL:    baseURL + coordURL + config.CountURL,
		Handle: getCoordinates(false, count)},
	handler.Handler{
		Method: "get",
		URL:    baseURL + coordURL + config.RangeURL,
		Handle: getCoordinates(false, subset)},
	handler.Handler{
		Method: "get",
		URL:    baseURL + coordURL + config.ChronologicalURL,
		Handle: getCoordinates(true)},
	handler.Handler{
		Method: "get",
		URL:    baseURL + coordURL + config.ChronologicalURL + config.RangeURL,
		Handle: getCoordinates(true, subset)},
}

Handlers contains all handlers for disclosures.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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