echoserver

package
v0.0.0-...-430b584 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Helpers

type Helpers struct {
	Response ResponseHelper
}

Helpers holds all the helpers

type ResponseHelper

type ResponseHelper interface {
	ResponseData(c echo.Context, args interface{}) error
	ErrorResponse(c echo.Context, httpStatus int, err error) error
}

ResponseHelper holds response helpers methods

type UserHandler

type UserHandler interface {
	GetUser(ctx echo.Context) error
}

UserHandler user handler

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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