handler

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHandler

func NewHandler(handlerFunc func(echo.Context) (Response, error)) echo.HandlerFunc

func NewTestContext

func NewTestContext(method, endpoint string, body interface{}) (*httptest.ResponseRecorder, echo.Context)

Types

type OkResponse

type OkResponse struct {
	Data interface{} `json:"data"`
}

type Response

type Response interface{}

Jump to

Keyboard shortcuts

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