Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Handlers = handler.Handlers{ handler.Handler{ Name: "local organization data", Method: "get", URL: baseURL, Handle: orgHandler(organization)}, handler.Handler{ Method: "get", URL: baseURL + config.CountURL, Handle: orgHandler(organization, count)}, handler.Handler{ Method: "get", URL: baseURL + config.RangeURL, Description: "retrieve all organization ids", Handle: orgHandler(organization, subset)}, handler.Handler{ Method: "get", URL: baseURL + attributeURL, Handle: orgHandler(attribute)}, handler.Handler{ Method: "get", URL: baseURL + attributeURL + config.CountURL, Handle: orgHandler(attribute, count)}, handler.Handler{ Method: "get", URL: baseURL + attributeURL + config.RangeURL, Description: "retrieve all organization ids that received :attributeId", Handle: orgHandler(attribute, subset)}, handler.Handler{ Method: "get", URL: baseURL + withID, Description: "retrieve organization", Handle: detailsHandler}}
Handlers contains handlers.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.