echomsgpack

package
v0.0.0-...-08ed878 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContextWrapper

func ContextWrapper(next echo.HandlerFunc) echo.HandlerFunc

ContextWrapper wraps context for sending a MessagePack response.

Types

type Binder

type Binder struct{}

Binder for MessagePack.

func (*Binder) Bind

func (b *Binder) Bind(i interface{}, c echo.Context) error

Bind binds a request body to given interface.

type Context

type Context interface {
	echo.Context
	MessagePack(code int, i interface{}) error
}

Context adds a function to sending MessgePack response.

Jump to

Keyboard shortcuts

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