middleware

package
v0.0.0-...-cc16a2d Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2017 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CookieBasedAuthentication

func CookieBasedAuthentication(authService *service.AuthService) func(echo.HandlerFunc) echo.HandlerFunc

CookieBasedAuthentication is middleware for adding an authenticated user to the context

func CustomHTTPErrorHandler

func CustomHTTPErrorHandler(err error, c echo.Context)

CustomHTTPErrorHandler handles errors

Types

type HTMLTemplateRenderer

type HTMLTemplateRenderer struct {
	Templates *template.Template
}

HTMLTemplateRenderer is an echo.Renderer using Go's HTML template engine

func (*HTMLTemplateRenderer) Render

func (r *HTMLTemplateRenderer) Render(w io.Writer, name string, data interface{}, c echo.Context) error

Render implements the echo.Renderer interface

Jump to

Keyboard shortcuts

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