package
Version:
v0.0.0-...-f2be101
Opens a new window with list of versions in this module.
Published: Dec 13, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handler interface {
Handle(c echo.Context) (err error)
}
Handler endpoint to use it later
type Route struct {
Path string `json:"path"`
Method string `json:"method"`
Module string `json:"module"`
Endpoint string `json:"endpoint_filter"`
Middleware []string `json:"middleware"`
}
Route for mapping from json file
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.