package
0.0.63
Repository: https://github.com/boostgo/lite.git
Documentation: pkg.go.dev

# Functions

New creates [Gateway] object.
No description provided by the author
No description provided by the author
No description provided by the author
ReadServices reads [Service] slice from .json file.

# Structs

Gateway controls all services and their routes.

# Interfaces

Request is gateway request.
Response is gateway response.
Route description of what path need catch and what path need redirect to.
Service search for need route & redirect request to match path.