httpapi

package
v0.0.0-...-6de1e96 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2016 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ReloadChan chan bool
)

Functions

func ApiController

func ApiController(e *echo.Echo)

ApiController defines apis routes

func ConsumerController

func ConsumerController(e *echo.Echo)

ConsumerController defines consumers routes

func NewHttpError

func NewHttpError(c echo.Context, code int, msg string) (err error)

func RunApiServer

func RunApiServer(addr string, reload chan bool)

Types

type HttpError

type HttpError struct {
	Code    int    `json:"code"`
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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