Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HomeModule = fx.Provide( NewHomeServiceHandler, )
Functions ¶
func NewHTTPRouter ¶
func NewHTTPRouter(params RouterParams) *chi.Mux
Types ¶
type HomeHandlerOutput ¶
type HomeHandlerOutput struct { fx.Out Handler HTTPHandler `group:"handlers"` }
func NewHomeServiceHandler ¶
func NewHomeServiceHandler() HomeHandlerOutput
type RouterParams ¶
type RouterParams struct { fx.In Handlers []HTTPHandler `group:"handlers"` }
Click to show internal directories.
Click to hide internal directories.