writer

package
v0.0.0-...-b0dc0eb Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BinaryWriter

type BinaryWriter struct{}

func (*BinaryWriter) Write

func (w *BinaryWriter) Write(ctx echo.Context, resp interface{}) error

type JsonWriter

type JsonWriter struct{}

func (*JsonWriter) Write

func (w *JsonWriter) Write(ctx echo.Context, resp interface{}) error

type WriteFunc

type WriteFunc func(ctx echo.Context, data interface{}) error

type Writer

type Writer interface {
	Write(ctx echo.Context, HttpResp interface{}) error
}

Jump to

Keyboard shortcuts

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