Documentation
¶
Index ¶
Constants ¶
View Source
const (
InputModeGin astra.InputMode = "gin" // github.com/gin-gonic/gin web framework.
)
Variables ¶
This section is empty.
Functions ¶
func WithGinInput ¶
WithGinInput adds gin as an input to the service. CreateRoutes is called before ParseRoutes. CreateRoutes is the only function that will have access to the routes - it will create the routes and refer to the handler function by name, file and line number. ParseRoutes will populate the routes with the handler function, should not need access to the routes because there will be cases where the routes is nil (CLI).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.