Versions in this module Expand all Collapse all v1 v1.0.0 Jan 14, 2026 Changes in this version + func GetKeyCommonHandler(ns ...string) string + func GetKeyExampleHandler(ns ...string) string + func RegisterRouteHandlers(ctx fiberhouse.IApplicationContext, app gin.IRouter) + type CommonHandler struct + KeyTestService string + func NewCommonHandler(ctx fiberhouse.IApplicationContext) *CommonHandler + func (h *CommonHandler) TestGetInstance(c *gin.Context) + func (h *CommonHandler) TestGetMustInstance(c *gin.Context) + func (h *CommonHandler) TestGetMustInstanceFailed(c *gin.Context) + type ExampleHandler struct + KeyTestService string + Service *service.ExampleService + func InjectExampleApi(ctx fiberhouse.IApplicationContext) (*ExampleHandler, error) + func NewExampleHandler(ctx fiberhouse.IApplicationContext, es *service.ExampleService) *ExampleHandler + func (h *ExampleHandler) CreateExample(c *gin.Context) + func (h *ExampleHandler) GetExample(c *gin.Context) + func (h *ExampleHandler) GetExampleWithTaskDispatcher(c *gin.Context) + func (h *ExampleHandler) GetExamples(c *gin.Context) + func (h *ExampleHandler) HelloWorld(c *gin.Context)