organization

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: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

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