controller

package
v0.0.0-...-11918ac Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2022 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 ExampleController

type ExampleController interface {
	Get(ctx echo.Context) error
	Post(ctx echo.Context) error
	Delete(ctx echo.Context) error
	Find(ctx echo.Context) error
}

func NewExampleController

func NewExampleController() ExampleController

type ExampleControllerImpl

type ExampleControllerImpl struct{}

func (ExampleControllerImpl) Delete

func (e ExampleControllerImpl) Delete(ctx echo.Context) error

/user_id

func (ExampleControllerImpl) Find

/user?user_id=11

func (ExampleControllerImpl) Get

func (ExampleControllerImpl) Post

Jump to

Keyboard shortcuts

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