Documentation
¶
Index ¶
- func Index(c echo.Context) error
- func ProcessInputData(c echo.Context) error
- func RegisterAll(e *echo.Echo) *echo.Echo
- func RegisterProcessRoutes(e *echo.Echo) *echo.Echo
- func RegsiterRootRoutes(e *echo.Echo) *echo.Echo
- func ServeStatics(e *echo.Echo, at, from string) *echo.Echo
- func ValidateTOML(c echo.Context) error
- func ValidateTqQuery(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessInputData ¶
func ProcessInputData(c echo.Context) error
ProcessInputData runs the tq query against the provided TOML data.
func RegisterAll ¶
func RegisterAll(e *echo.Echo) *echo.Echo
RegisterAll registers all routes defined for the HTTP server.
func RegisterProcessRoutes ¶
func RegisterProcessRoutes(e *echo.Echo) *echo.Echo
RegisterProcessRoutes groups data processing routes.
func RegsiterRootRoutes ¶
func RegsiterRootRoutes(e *echo.Echo) *echo.Echo
RegsiterRootRoutes groups root routes.
func ServeStatics ¶
func ServeStatics(e *echo.Echo, at, from string) *echo.Echo
ServeStatics registers a new route to serve static files from the root directory at the provided path prefix.
func ValidateTOML ¶
func ValidateTOML(c echo.Context) error
ValidateTOML checks if the provided form input is a valid TOML document.
func ValidateTqQuery ¶
func ValidateTqQuery(c echo.Context) error
ValidateTqQuery verifies if the provided tq query string is valid.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.