You've already forked Go-Template
Please no changes this time.
This commit is contained in:
11
http_handlers/handler.go
Normal file
11
http_handlers/handler.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package http_handlers
|
||||
|
||||
import "github.com/labstack/echo/v4"
|
||||
|
||||
type Handler interface {
|
||||
Get(c echo.Context) error
|
||||
Post(c echo.Context) error
|
||||
Put(c echo.Context) error
|
||||
Delete(c echo.Context) error
|
||||
Patch(c echo.Context) error
|
||||
}
|
||||
Reference in New Issue
Block a user