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.
Click to show internal directories.
Click to hide internal directories.