echo

package
v0.0.0-...-7625c6f Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package echo is a substitute for the http framework echo package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context interface {
	Bind(interface{}) error
	JSON(int, interface{}) error
	QueryParam(string) string
	Blob(code int, contentType string, b []byte) error
}

type Echo

type Echo struct{}

func (Echo) DELETE

func (Echo) DELETE(string, func(Context) error)

func (Echo) GET

func (Echo) GET(string, func(Context) error)

func (Echo) POST

func (Echo) POST(string, func(Context) error)

func (Echo) PUT

func (Echo) PUT(string, func(Context) error)

Jump to

Keyboard shortcuts

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