Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2024 Changes in this version + type GroupHandlerStub struct + RegisterRoutesCalled func(ws *gin.RouterGroup, apiConfig config.ApiRoutesConfig) + UpdateFacadeCalled func(facade interface{}) error + func (stub *GroupHandlerStub) IsInterfaceNil() bool + func (stub *GroupHandlerStub) RegisterRoutes(ws *gin.RouterGroup, apiConfig config.ApiRoutesConfig) + func (stub *GroupHandlerStub) UpdateFacade(facade interface{}) error + type ServerStub struct + ListenAndServeCalled func() error + ShutdownCalled func(ctx context.Context) error + func (stub *ServerStub) ListenAndServe() error + func (stub *ServerStub) Shutdown(ctx context.Context) error + type UpgradeableHttpServerHandlerStub struct + CloseCalled func() error + StartHttpServerCalled func() error + UpdateFacadeCalled func(facade shared.FacadeHandler) error + func (stub *UpgradeableHttpServerHandlerStub) Close() error + func (stub *UpgradeableHttpServerHandlerStub) IsInterfaceNil() bool + func (stub *UpgradeableHttpServerHandlerStub) StartHttpServer() error + func (stub *UpgradeableHttpServerHandlerStub) UpdateFacade(facade shared.FacadeHandler) error