gluon

package module
v0.0.0-...-208a45a Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2015 License: Apache-2.0 Imports: 7 Imported by: 0

README

gluon

A thin layer to glue together some great go libraries in order to create a micro web framework

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Logger           = log.New(os.Stderr, "gluon: ", log.LstdFlags|log.Lmicroseconds)
	LogHandlerErrors bool
)

Functions

func New

func New(path string) *router

func Start

func Start(addr string) error

Types

type HandlerError

type HandlerError struct {
	Error      error
	Message    string
	StatusCode int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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