Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bebbolus/gostron
/ types & classes
Types & classes
8 in github.com/Bebbolus/gostron
⨍
Functions
13
◇
Types & classes
8
↓ 1 callers
FuncType
Gate
Gate is a type that describe the middleware functions that will be chained to the route
main.go:59
Interface
Controller
* PLUGINS */ Controller is a local hanlder plugin interface
main.go:47
Interface
Middleware
* MIDDLEWARES */ Middleware is local handler plugin interface, it will return a Gate compatible function
main.go:54
TypeAlias
controller
plugins/controllers/general.go:8
TypeAlias
controller
plugins/controllers/templates.go:8
TypeAlias
middleware
plugins/middlewares/method.go:8
Struct
routes
source routes configuration struct to load from the json configuration file
main.go:22
Struct
server
source server configuration struct to load from json configuration file
main.go:36