jsapi

package
v0.0.0-...-5a4015c Latest Latest
Warning

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

Go to latest
Published: May 31, 2016 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const PATH_PREFIX = "/jsapi"

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Status string                 `json:"status,omitempty"`
	Title  string                 `json:"title,omitempty"`
	Meta   map[string]interface{} `json:"meta,omitempty"`
}

type ErrorResponse

type ErrorResponse struct {
	Errors []Error                `json:"errors"`
	Meta   map[string]interface{} `json:"meta,omitempty"`
}

type LoggedInMiddleware

type LoggedInMiddleware struct{}

func (*LoggedInMiddleware) MiddlewareFunc

func (mw *LoggedInMiddleware) MiddlewareFunc(handler rest.HandlerFunc) rest.HandlerFunc

Jump to

Keyboard shortcuts

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